mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-29 06:25:37 -04:00
Removed docs dependencies from requirements.txt
Moved requirement-files into respective docker folders
This commit is contained in:
parent
4bd60959f1
commit
fdf1445187
7 changed files with 7 additions and 13 deletions
|
@ -15,12 +15,11 @@ ENV LOGSIZE ""
|
|||
ENV TYPE MINIMAL
|
||||
|
||||
COPY ./py-kms /home/py-kms
|
||||
COPY docker/requirements_minimal.txt /home/py-kms/requirements.txt
|
||||
COPY docker/docker-py3-kms-minimal/requirements.txt /home/py-kms/requirements.txt
|
||||
RUN apk add --no-cache --update \
|
||||
bash \
|
||||
python3 \
|
||||
py3-pip \
|
||||
python3-tkinter \
|
||||
ca-certificates \
|
||||
shadow \
|
||||
tzdata \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue