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

docker: reorder packages

This commit is contained in:
Steffen Vogel 2020-06-07 00:16:28 +02:00
parent fabf232e7c
commit 13ba94a25f
3 changed files with 7 additions and 5 deletions

View file

@ -48,8 +48,8 @@ RUN dpkg --add-architecture ${ARCH}
RUN apt-get update && \
apt-get install -y \
crossbuild-essential-${ARCH} \
autoconf automake autogen libtool \
pkg-config make \
autoconf automake autogen libtool \
texinfo git mercurial curl tar wget \
flex bison \
protobuf-compiler protobuf-c-compiler

View file

@ -30,8 +30,9 @@ ARG VARIANT=unknown
# Toolchain
RUN apt-get update && \
apt-get install -y \
autoconf automake autogen libtool cmake \
pkg-config make gcc g++ \
gcc g++ \
pkg-config cmake make \
autoconf automake autogen libtool \
git mercurial curl wget tar bzip2 \
flex bison \
protobuf-compiler protobuf-c-compiler

View file

@ -41,8 +41,9 @@ ENV DEBIAN_FRONTEND=noninteractive
# Toolchain
RUN apt-get update && \
apt-get install -y \
autoconf automake libtool cmake make \
pkg-config make gcc g++\
gcc g++ \
pkg-config cmake make \
autoconf automake autogen libtool \
texinfo git mercurial curl tar \
flex bison \
protobuf-compiler protobuf-c-compiler