rdpy fix dockerfile alpine 3.9

This commit is contained in:
t3chn0m4g3 2019-02-25 15:12:48 +00:00
parent 238fc05854
commit 28d6487ff5

View file

@ -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 && \