From 289b80741ea1076750044383ec252ae9d5dc0982 Mon Sep 17 00:00:00 2001 From: thaibault Date: Mon, 3 Jun 2024 11:31:07 +0200 Subject: [PATCH] a --- Dockerfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 716a7cc..2de2a48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,12 +103,9 @@ RUN \ --recursive \ --noconfirm \ --nosave \ - go \ nano \ - nawk \ netctl \ net-tools \ - openssl-1.1 \ vi; \ elif \ [ "$BASE_IMAGE" = '' ] && \ @@ -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 && \