Update Dockerfile

This commit is contained in:
Oskar 2023-03-29 22:37:52 +02:00 committed by GitHub
parent f31ef2c99f
commit 6f3fa03c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ 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 && \