mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-09 16:08:31 +08:00
Removed docs dependencies from requirements.txt
Moved requirement-files into respective docker folders
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user