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

cmake: use Buster Cmake on Raspbian build

This commit is contained in:
Steffen Vogel 2019-04-07 16:23:15 +02:00
parent 9202913230
commit 2a18b1fd40

View file

@ -33,12 +33,12 @@ RUN echo 'deb http://archive.raspbian.org/raspbian buster main contrib non-free
# Toolchain
RUN apt-get update && apt-get install -y \
autoconf automake libtool \
pkg-config cmake make \
pkg-config make \
git curl tar bzip2 \
protobuf-compiler protobuf-c-compiler
RUN apt-get install -y -t buster \
gcc-8 g++-8
gcc-8 g++-8 cmake
# Dependencies
RUN apt-get install -y \