Adjust Dockerfile for changes introduced in e06b832911

This commit is contained in:
nipsufn 2019-11-06 21:02:49 +01:00
commit cc9baaca1b

View file

@ -9,7 +9,6 @@ RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-
WORKDIR $SRC_DIR
ADD . $SRC_DIR
RUN GO111MODULE=off go get -u github.com/golang/dep/...
RUN make deps
RUN make
# get caplets