Removed docs dependencies from requirements.txt

Moved requirement-files into respective docker folders
This commit is contained in:
simonmicro 2022-12-09 20:16:01 +01:00
parent 4bd60959f1
commit fdf1445187
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
7 changed files with 7 additions and 13 deletions

View file

@ -17,12 +17,11 @@ ENV LOGSIZE ""
ENV TZ America/Chicago
COPY py-kms /home/py-kms/
COPY docker/requirements.txt /home/py-kms/
COPY docker/docker-py3-kms/requirements.txt /home/py-kms/
RUN apk add --no-cache --update \
bash \
python3 \
py3-pip \
python3-tkinter \
sqlite-libs \
ca-certificates \
tzdata \

View file

@ -0,0 +1,2 @@
dnspython==2.2.1
tzlocal==4.2