mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 18:58:21 +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
|
||||
RUN apk -U --no-cache add \
|
||||
git \
|
||||
py3-pip \
|
||||
python3 && \
|
||||
pip3 install --no-cache-dir --upgrade pip && \
|
||||
pip3 install --no-cache-dir bottle \
|
||||
configparser \
|
||||
datetime \
|
||||
|
|
Loading…
Reference in a new issue