Add cool packages

This commit is contained in:
Les De Ridder 2016-04-28 21:31:13 +02:00
parent acd19b3df7
commit 3f918e36f4
1 changed files with 10 additions and 3 deletions

View File

@ -15,11 +15,9 @@ RUN pacman -Sy --noconfirm --force openssl
RUN pacman -Sy --noconfirm \ RUN pacman -Sy --noconfirm \
bash-completion \ bash-completion \
bc \ bc \
binutils \
cronie \ cronie \
curl \ curl \
dnsutils \ dnsutils \
fakeroot \
htop \ htop \
iptables \ iptables \
lsb-release \ lsb-release \
@ -32,11 +30,20 @@ RUN pacman -Sy --noconfirm \
rsyslog \ rsyslog \
screen \ screen \
socat \ socat \
sudo \
tmux \ tmux \
vim \ vim \
wget wget
# Install base-devel
RUN pacman -Sy --noconfirm --needed base-devel
# Install cool packages
RUN pacman -Sy --noconfirm \
fish \
glances \
mosh \
neovim \
openvpn
# Locales # Locales
RUN sed 's/^\([^#]\)/#\1/' -i /etc/locale.gen \ RUN sed 's/^\([^#]\)/#\1/' -i /etc/locale.gen \