Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Jun 3, 2024
1 parent 3934633 commit 289b807
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ RUN \
--recursive \
--noconfirm \
--nosave \
go \
nano \
nawk \
netctl \
net-tools \
openssl-1.1 \
vi; \
elif \
[ "$BASE_IMAGE" = '' ] && \
Expand Down Expand Up @@ -422,6 +419,14 @@ RUN \
git clone https://aur.archlinux.org/yay.git && \
pushd yay && \
/usr/bin/makepkg --install --needed --noconfirm --syncdeps && \
pacman \
--root /rootfs \
--remove \
--cascade \
--recursive \
--noconfirm \
--nosave \
go && \
popd && \
rm --force --recursive yay && \
popd && \
Expand Down

0 comments on commit 289b807

Please sign in to comment.