Update Dockerfile

This commit is contained in:
Oskar 2021-10-23 13:59:12 +02:00 committed by GitHub
parent 8af188ddf5
commit 93dc3b2ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN pacman -Syu --noconfirm \
python \
python-pip \
python-requests \
&& pacman -Scc
&& yes | pacman -Scc
RUN useradd --create-home build