Remove gcc 6. (#526)

Debian:unstable recently removed gcc 6, so remove it from our Dockerfiles.
This commit is contained in:
Mark Stemm 2019-02-10 14:56:09 -08:00 committed by GitHub
parent ca7106c652
commit 26eba69ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -24,11 +24,12 @@ RUN apt-get update \
dkms \
gnupg2 \
gcc \
gcc-6 \
gdb \
jq \
libc6-dev \
libcilkrts5 \
libelf-dev \
libubsan0 \
llvm-7 \
netcat \
xz-utils \

View File

@ -24,10 +24,11 @@ RUN apt-get update \
dkms \
gnupg2 \
gcc \
gcc-6 \
jq \
libc6-dev \
libcilkrts5 \
libelf-dev \
libubsan0 \
llvm-7 \
netcat \
xz-utils \

View File

@ -24,10 +24,11 @@ RUN apt-get update \
dkms \
gnupg2 \
gcc \
gcc-6 \
jq \
libc6-dev \
libcilkrts5 \
libelf-dev \
libubsan0 \
llvm-7 \
netcat \
xz-utils \