Skip to content

Commit

Permalink
Add autoconf for falco builds.
Browse files Browse the repository at this point in the history
The falco builds need autoconf so add it to the set of installed yum
packages.
  • Loading branch information
mstemm committed Mar 23, 2017
1 parent 9f58220 commit 0c37407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Dockerfile.ol6
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN yum -y install \
git \
gcc \
gcc-c++ \
autoconf \
make \
cmake \
libdtrace-ctf \
Expand Down
1 change: 1 addition & 0 deletions scripts/Dockerfile.ol7
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN yum -y install \
git \
gcc \
gcc-c++ \
autoconf \
make \
cmake \
libdtrace-ctf \
Expand Down

0 comments on commit 0c37407

Please sign in to comment.