pull/1031/merge
Pratibhanu Jarngal 3 months ago committed by GitHub
commit 24281fd7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,3 +15,13 @@ RUN pacman -Syu --needed --noconfirm \
make \
procps
WORKDIR /build
COPY PKGBUILD .
# Build the package
RUN makepkg --noconfirm
# Clean up unnecessary files and packages to reduce the image size
RUN rm -rf /var/cache/pacman/pkg/* && \
pacman -Rns --noconfirm $(pacman -Qdtq)

Loading…
Cancel
Save