mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-09 00:28:52 +00:00
rdpy fix dockerfile alpine 3.9
This commit is contained in:
parent
238fc05854
commit
28d6487ff5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN apk -U --no-cache add \
|
|||
pyasn1 && \
|
||||
|
||||
# Install rdpy from git
|
||||
mkdir /opt && \
|
||||
mkdir -p /opt && \
|
||||
cd /opt && \
|
||||
git clone --depth=1 https://github.com/t3chn0m4g3/rdpy && \
|
||||
cd rdpy && \
|
||||
|
|
Loading…
Reference in a new issue