Add clean pkg cache

This commit is contained in:
Oskar 2021-10-22 15:41:33 +02:00 committed by GitHub
parent 128fe12d53
commit c9594ec037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ RUN pacman -Syu --noconfirm \
curl \
python \
python-pip \
python-requests
python-requests \
&& pacman -Scc
RUN useradd --create-home build