mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-14 12:18:08 +00:00
alpine 3.11 needs py3-pip in extra package
This commit is contained in:
parent
77ddb68413
commit
27a5db9edf
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ ADD dist/ /root/dist/
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk -U --no-cache add \
|
RUN apk -U --no-cache add \
|
||||||
git \
|
git \
|
||||||
|
py3-pip \
|
||||||
python3 && \
|
python3 && \
|
||||||
pip3 install --no-cache-dir --upgrade pip && \
|
|
||||||
pip3 install --no-cache-dir bottle \
|
pip3 install --no-cache-dir bottle \
|
||||||
configparser \
|
configparser \
|
||||||
datetime \
|
datetime \
|
||||||
|
|
Loading…
Reference in a new issue