Skip to content

Commit

Permalink
Install libgmp-dev in our Ubuntu and Debian docker images (for rules_…
Browse files Browse the repository at this point in the history
…haskell, #235)
  • Loading branch information
philwo committed Sep 13, 2019
1 parent 7aff560 commit b6b2359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildkite/docker/debian10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture i386 && \
apt-get -qqy install bison flex uuid-dev asciidoc graphviz source-highlight && \
echo "Installing packages required by upb" && \
apt-get -qqy install libreadline-dev && \
echo "Installing packages required by rules_haskell" && \
apt-get -qqy install libgmp-dev && \
apt-get -qqy purge apport && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 2 additions & 0 deletions buildkite/docker/ubuntu1604/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN dpkg --add-architecture i386 && \
apt-get -qqy install bison flex uuid-dev asciidoc graphviz source-highlight && \
echo "Installing packages required by upb" && \
apt-get -qqy install libreadline-dev && \
echo "Installing packages required by rules_haskell" && \
apt-get -qqy install libgmp-dev && \
echo "Installing packages required by Bazel (Ubuntu 14.04 and 16.04 only)" && \
apt-get -qqy install realpath libssl-dev && \
apt-get -qqy purge apport && \
Expand Down
2 changes: 2 additions & 0 deletions buildkite/docker/ubuntu1804/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN dpkg --add-architecture i386 && \
apt-get -qqy install bison flex uuid-dev asciidoc graphviz source-highlight && \
echo "Installing packages required by upb" && \
apt-get -qqy install libreadline-dev && \
echo "Installing packages required by rules_haskell" && \
apt-get -qqy install libgmp-dev && \
apt-get -qqy purge apport && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b6b2359

Please sign in to comment.