fix(docker/stable): fix libgcc-6-dev dependencies

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>
This commit is contained in:
Sumit Kumar 2019-09-11 16:54:57 +02:00 committed by Lorenzo Fontana
parent 531506e1f0
commit 34654fd753

View File

@ -27,6 +27,7 @@ RUN apt-get update \
jq \
libc6-dev \
libelf-dev \
libmpx2 \
llvm-7 \
netcat \
xz-utils \