Update Dockerfile

This commit is contained in:
MarkusMcNugen 2021-03-22 23:41:43 -04:00 committed by GitHub
parent 2a6f9eca45
commit 5e216ef324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ RUN apk add --no-cache --upgrade findutils
RUN apk add --no-cache --upgrade perl
RUN apk add --no-cache --upgrade gawk
RUN apk add --no-cache --upgrade pacman
RUN apk add --no-cache --upgrade clang
RUN apk add --no-cache --upgrade net-tools
RUN update-ca-certificates
@ -38,6 +37,7 @@ RUN buildDeps=" \
automake \
autoconf \
boost-dev \
clang \
curl \
cmake \
file \