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

Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop

This commit is contained in:
Steffen Vogel 2019-04-08 10:42:02 +02:00
commit 7e307c70fe

View file

@ -40,6 +40,9 @@ RUN apt-get update && apt-get install -y \
git curl tar bzip2 \
protobuf-compiler protobuf-c-compiler
RUN apt-get install -y -t buster \
gcc-8 g++-8
# Dependencies
RUN apt-get install -y \
libssl-dev \