mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-08 18:46:30 +08:00
Removed docs dependencies from requirements.txt
Moved requirement-files into respective docker folders
This commit is contained in:
@@ -15,12 +15,11 @@ ENV LOGSIZE ""
|
|||||||
ENV TYPE MINIMAL
|
ENV TYPE MINIMAL
|
||||||
|
|
||||||
COPY ./py-kms /home/py-kms
|
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 \
|
RUN apk add --no-cache --update \
|
||||||
bash \
|
bash \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3-tkinter \
|
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
shadow \
|
shadow \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
2
docker/docker-py3-kms-minimal/requirements.txt
Normal file
2
docker/docker-py3-kms-minimal/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
dnspython==2.2.1
|
||||||
|
tzlocal==4.2
|
@@ -17,12 +17,11 @@ ENV LOGSIZE ""
|
|||||||
ENV TZ America/Chicago
|
ENV TZ America/Chicago
|
||||||
|
|
||||||
COPY py-kms /home/py-kms/
|
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 \
|
RUN apk add --no-cache --update \
|
||||||
bash \
|
bash \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3-tkinter \
|
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
2
docker/docker-py3-kms/requirements.txt
Normal file
2
docker/docker-py3-kms/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
dnspython==2.2.1
|
||||||
|
tzlocal==4.2
|
@@ -1,5 +0,0 @@
|
|||||||
Flask==2.1.2
|
|
||||||
Pygments==2.12.0
|
|
||||||
dnspython==2.2.1
|
|
||||||
tzlocal==4.2
|
|
||||||
sqlite-web==0.4.0
|
|
@@ -1,4 +0,0 @@
|
|||||||
Flask==2.1.2
|
|
||||||
Pygments==2.12.0
|
|
||||||
dnspython==2.2.1
|
|
||||||
tzlocal==4.2
|
|
1
requirements.txt
Symbolic link
1
requirements.txt
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
docker/docker-py3-kms/requirements.txt
|
Reference in New Issue
Block a user