From e01ada40cd7bda0de58aa77f6aec7851f97e7333 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 1 Jan 2021 19:23:35 +0800 Subject: [PATCH] Remove not used packages in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1da1b4e..a517dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN tee -a /etc/pacman.conf <<< '[community-testing]' \ && tee -a /etc/pacman.conf <<< 'Include = /etc/pacman.d/mirrorlist' RUN pacman -Syu --noconfirm \ - && pacman -S sudo git make automake gcc python go autoconf cmake pkgconf alsa-utils fakeroot vim nano --noconfirm \ + && pacman -S sudo git vim nano --noconfirm \ && yes | pacman -Scc \ && ln -s /bin/vim /bin/vi \ && useradd arch -p arch \