Merge pull request #108 from JacobReynolds/master

Fixing python requirements in Docker build
This commit is contained in:
Simone Margaritelli 2018-02-28 18:25:42 +01:00 committed by GitHub
commit a6e6c2fa3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

View file

@ -13,7 +13,7 @@ build: resources
resources: oui
oui:
@./network/make_oui.py
@python ./network/make_oui.py
vet:
@go vet ./...