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 1465985034

View file

@ -30,16 +30,16 @@ ARG VARIANT=unknown
RUN echo 'APT::Default-Release "stable";' > /etc/apt/apt.conf.d/99defaultrelease
RUN echo 'deb http://archive.raspbian.org/raspbian buster main contrib non-free rpi firmware' >> /etc/apt/sources.list.d/buster.list
RUN apt-get install -y -t buster \
gcc-8 g++-8 cmake
# 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
# Dependencies
RUN apt-get install -y \
libssl-dev \