This commit is contained in:
Marco Ochse 2018-05-28 21:46:26 +00:00
parent a4bfa08393
commit cabd5a3941

View file

@ -4,7 +4,6 @@ FROM alpine
RUN apk -U --no-cache add \
build-base \
git \
libcap \
linux-headers \
python3 \
python3-dev && \