Update Dockerfile

This commit is contained in:
Oskar 2023-03-29 21:50:05 +02:00 committed by GitHub
parent 24944d2fea
commit c5ffb6cfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ COPY *.src.tar.gz /home/build/
RUN chown -R build /home/build
RUN tar xf /home/build/*.src.tar.gz -C /home/build --strip 1 && rm /home/build/*.src.tar.gz
RUN pacman -Sy archlinux-keyring
RUN pacman -Syu --noconfirm && \
su -c "cd && makepkg --nobuild --noextract --syncdeps --noconfirm" build && \
su -c "cd && makepkg --nobuild --noextract --syncdeps --noconfirm" build && \