mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-10 10:21:56 +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 && \
|
pyasn1 && \
|
||||||
|
|
||||||
# Install rdpy from git
|
# Install rdpy from git
|
||||||
mkdir /opt && \
|
mkdir -p /opt && \
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
git clone --depth=1 https://github.com/t3chn0m4g3/rdpy && \
|
git clone --depth=1 https://github.com/t3chn0m4g3/rdpy && \
|
||||||
cd rdpy && \
|
cd rdpy && \
|
||||||
|
|
Loading…
Reference in a new issue