2 LABEL maintainer="Mario Konrad <mario.konrad@gmx.net>"
6 && apt-get install -y apt-utils curl git-core ninja-build libqt5serialport5-dev \
7 && rm -fr /var/lib/apt/lists/*
11 COPY install-cmake.sh /tmp/
12 RUN /tmp/install-cmake.sh "3.24.1"
13 ENV PATH /opt/local/cmake/bin:$PATH
16 COPY install-boost.sh /tmp/
17 RUN /tmp/install-boost.sh "1.80.0" "gcc"
18 ENV BOOST_ROOT=/opt/local
21 RUN useradd --groups users -M --uid 1000 user