Skip to content

Commit

Permalink
Attempt to fix image size problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dpisano committed Jun 9, 2017
1 parent 9b4d17d commit 041ad40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apk add --no-cache -t .build-deps \
g++ \
fts \
swig && \
cd /tmp && \
wget https://www.bro.org/downloads/$PROG-$VERS.$EXT && \
tar -xzf $PROG-$VERS.$EXT && \
rm -rf ./$PROG-$VERS.$EXT && \
Expand Down

0 comments on commit 041ad40

Please sign in to comment.