mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
rdpy fix dockerfile alpine 3.9
This commit is contained in:
@ -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 && \
|
||||||
|
Reference in New Issue
Block a user