Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainDoctor authored Jan 7, 2023
1 parent 577ac98 commit 4cb1032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pacman -R --noconfirm accounts-qml-module accountsservice adobe-source-code-
&& pacman -Sy \
# && comm -1 -2 <(pacman -Qeq | sort) <(pacman -Qoq /usr/include/ | sort) | pacman -S --noconfirm - \
&& comm -1 -2 <(pacman -Qdq | sort) <(pacman -Qoq /usr/include/ | sort) | pacman -S --noconfirm --asdeps - \
&& pacman -S --noconfirm autoconf automake bison fakeroot flex m4 tpm2-tss \
&& pacman -S --noconfirm gcc make autoconf automake bison fakeroot flex m4 tpm2-tss \
&& yes | pacman -Scc

FROM scratch
Expand Down

0 comments on commit 4cb1032

Please sign in to comment.