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