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:
parent
1e6b750f0a
commit
fc732e704e
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue