From 3f918e36f420ddcf6a904c44b055c5a4aecc849c Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 28 Apr 2016 21:31:13 +0200 Subject: [PATCH] Add cool packages --- Dockerfile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e728879..0f4b0e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,11 +15,9 @@ RUN pacman -Sy --noconfirm --force openssl RUN pacman -Sy --noconfirm \ bash-completion \ bc \ - binutils \ cronie \ curl \ dnsutils \ - fakeroot \ htop \ iptables \ lsb-release \ @@ -32,11 +30,20 @@ RUN pacman -Sy --noconfirm \ rsyslog \ screen \ socat \ - sudo \ tmux \ vim \ wget +# Install base-devel +RUN pacman -Sy --noconfirm --needed base-devel + +# Install cool packages +RUN pacman -Sy --noconfirm \ + fish \ + glances \ + mosh \ + neovim \ + openvpn # Locales RUN sed 's/^\([^#]\)/#\1/' -i /etc/locale.gen \