1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added wget and vim to Dockerfile

This commit is contained in:
Steffen Vogel 2015-12-13 20:25:46 +01:00
parent 1e6b750f0a
commit fc732e704e

View file

@ -28,7 +28,9 @@ RUN apt-get -y install \
pkg-config \
doxygen \
dia \
graphviz
graphviz \
wget \
vim
# Install dependencies for native arch
RUN apt-get -y install \