Adding python to build for ./network/make_oui.py

This commit is contained in:
Jacob Reynolds 2018-02-28 11:05:25 -06:00 committed by GitHub
commit bb23070c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ COPY . $SRC_DIR
WORKDIR $SRC_DIR
RUN apk add --update ca-certificates
RUN apk add --no-cache --update bash iptables build-base libpcap-dev
RUN apk add --no-cache --update bash iptables build-base libpcap-dev python
# As Alpine Linux uses a different folder, we need this
# ugly hack in order to compile gopacket statically