Skip to content

Commit

Permalink
fix(docker/stable): fix libgcc-6-dev dependencies
Browse files Browse the repository at this point in the history
added `libmpx2` to be install during `apt-get install` which is a dependency for `dpkg: libgcc-6-dev:amd64`

Signed-off-by: Sumit Kumar <sumitsaiwal@gmail.com>
  • Loading branch information
sumitsaiwal authored and Sumit Kumar committed Sep 11, 2019
1 parent 6e11e75 commit bb922d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update \
jq \
libc6-dev \
libelf-dev \
libmpx2 \
llvm-7 \
netcat \
xz-utils \
Expand Down

0 comments on commit bb922d1

Please sign in to comment.