Update Dockerfile

This commit is contained in:
MarkusMcNugen 2021-03-23 00:21:15 -04:00 committed by GitHub
parent 2d8bfc3566
commit 1b8ee640c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ 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 net-tools
RUN apk add --no-cache --upgrade tar
RUN update-ca-certificates
RUN usermod -u 99 nobody
@ -52,7 +53,6 @@ RUN buildDeps=" \
qt5-qttools-dev \
qt5-qtbase-dev \
readline-dev \
tar \
xz \
"; \
set -x \