Skip to content

Commit

Permalink
Fixed gcc-6 dependency by adding libmpx2 (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-sd authored Aug 21, 2019
1 parent cf05c15 commit 5e3b3c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
llvm-7 \
procps \
xz-utils \
libmpx2 \
&& rm -rf /var/lib/apt/lists/*

# gcc 6 is no longer included in debian unstable, but we need it to
Expand Down
1 change: 1 addition & 0 deletions docker/local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
llvm-7 \
procps \
xz-utils \
libmpx2 \
&& rm -rf /var/lib/apt/lists/*

# gcc 6 is no longer included in debian unstable, but we need it to
Expand Down
1 change: 1 addition & 0 deletions docker/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
llvm-7 \
procps \
xz-utils \
libmpx2 \
&& rm -rf /var/lib/apt/lists/*

# gcc 6 is no longer included in debian unstable, but we need it to
Expand Down

0 comments on commit 5e3b3c2

Please sign in to comment.