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
2a18b1fd40
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue