aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dave Hello <[email protected]>2021-01-01 19:23:35 +0800
committerPeter Dave Hello <[email protected]>2021-01-04 19:23:35 +0800
commite01ada40cd7bda0de58aa77f6aec7851f97e7333 (patch)
tree6d34cc79bf3d95ba6bba7c814ffc81fb12753b39
parentUse bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh (diff)
downloaddocker-osx-e01ada40cd7bda0de58aa77f6aec7851f97e7333.tar.xz
docker-osx-e01ada40cd7bda0de58aa77f6aec7851f97e7333.zip
Remove not used packages in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \