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