mirror of https://github.com/SystemRage/py-kms.git
Docker py2-kms with argparse
This commit is contained in:
parent
b7deb411be
commit
87fed586ee
|
@ -37,9 +37,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main" >> /etc/a
|
|||
apk upgrade && \
|
||||
apk add --update \
|
||||
bash \
|
||||
git \
|
||||
python2 \
|
||||
py-argparse && \
|
||||
git \
|
||||
py2-argparse && \
|
||||
|
||||
# EN: Clone git-repo
|
||||
# RU: Клонирование git-репозитория
|
||||
|
|
Loading…
Reference in New Issue