Skip to content

Commit

Permalink
[Packaging] Fix arch builds (PGP errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Mar 11, 2023
1 parent ef5f774 commit 6adc821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.arch
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ENV TERM=xterm
WORKDIR /usr/local/src/pam_usb

RUN useradd -m builduser
RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -S sudo git pkgconf gcc make patch pam dbus python python-dbus python-lxml python-gobject udisks2 base-devel pacman-contrib
RUN pacman-key --init && pacman --noconfirm -Sy archlinux-keyring
RUN pacman --noconfirm -Syu && \
pacman --noconfirm -S sudo git pkgconf gcc make patch pam dbus python python-dbus python-lxml python-gobject udisks2 base-devel pacman-contrib

0 comments on commit 6adc821

Please sign in to comment.