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

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