This commit is contained in:
evilsocket 2018-01-13 04:13:28 +01:00
commit 9ac3084a74

View file

@ -7,7 +7,7 @@ ENV SRC_DIR=/go/src/github.com/evilocket/bettercap-ng
ADD . $SRC_DIR
RUN apk add --update ca-certificates && \
RUN apk add --update ca-certificates; \
apk add --no-cache --update \
bash \
build-base \