mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-16 16:14:50 -04:00
add dnspython to docker image, add doc. #51
This commit is contained in:
parent
805c234e33
commit
ddb99ddc1e
3 changed files with 10 additions and 4 deletions
|
@ -14,7 +14,7 @@ ENV LOGFILE STDOUT
|
|||
ENV LOGSIZE ""
|
||||
|
||||
COPY ./py-kms /home/py-kms
|
||||
|
||||
#hadolint ignore=DL3013,DL3018
|
||||
RUN apk add --no-cache --update \
|
||||
bash \
|
||||
git \
|
||||
|
@ -28,7 +28,7 @@ RUN apk add --no-cache --update \
|
|||
shadow \
|
||||
netcat-openbsd \
|
||||
build-base python3-dev \
|
||||
&& pip3 install --no-cache peewee tzlocal pytz wheel \
|
||||
&& pip3 install --no-cache-dir peewee tzlocal pytz wheel dnspython \
|
||||
&& apk del git build-base python3-dev \
|
||||
&& addgroup power_users \
|
||||
&& adduser -S py-kms -G users -s /bin/bash \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue