Added Added packages: bash-completion, file, htop, lsb-release, openbsd-netcat, rsync, rsyslog, screen, socat, sudo (#1)

This commit is contained in:
Manfred Touron 2015-01-30 14:40:29 +00:00
parent 6328f98aad
commit 5dfb1c118b
1 changed files with 10 additions and 0 deletions

View File

@ -9,19 +9,29 @@ ENV OCS_BASE_IMAGE armbuild/ocs-archlinux:2014-12-02
# Install packages # Install packages
RUN pacman -Sy --noconfirm \ RUN pacman -Sy --noconfirm \
bash-completion \
cronie \ cronie \
curl \ curl \
dhcpcd \ dhcpcd \
file \
htop \
iptables \ iptables \
less \ less \
localepurge \ localepurge \
lsb-release \
man \ man \
mg \ mg \
nano \ nano \
nbd \ nbd \
networkmanager \ networkmanager \
ntp \ ntp \
openbsd-netcat \
openssh \ openssh \
rsync \
rsyslog \
screen \
socat \
sudo \
tmux \ tmux \
vim \ vim \
wget wget