Skip to content

Commit

Permalink
Request install/upgrade of openssl
Browse files Browse the repository at this point in the history
because it can get broken by an upgrade of libssl
  • Loading branch information
bboreham committed May 8, 2017
1 parent 2c12c4f commit 462f8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu xenial main universe" > /etc/apt/

# Install some required packages
# libpcap is required because we're linking against its C libraries from the prog/weaver binary
# openssl because the above cross-compile install might upgrade libssl to an incompatible version
# flex and bison are required packages for compiling libpcap manually later
RUN apt-get update \
&& apt-get install -y \
libpcap-dev \
openssl \
python-requests \
time \
file \
Expand Down

0 comments on commit 462f8d2

Please sign in to comment.