diff options
| author | Peter Dave Hello <[email protected]> | 2021-01-01 19:23:35 +0800 |
|---|---|---|
| committer | Peter Dave Hello <[email protected]> | 2021-01-04 19:23:35 +0800 |
| commit | e01ada40cd7bda0de58aa77f6aec7851f97e7333 (patch) | |
| tree | 6d34cc79bf3d95ba6bba7c814ffc81fb12753b39 | |
| parent | Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh (diff) | |
| download | docker-osx-e01ada40cd7bda0de58aa77f6aec7851f97e7333.tar.xz docker-osx-e01ada40cd7bda0de58aa77f6aec7851f97e7333.zip | |
Remove not used packages in Dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |