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: add difftools to debian based images

This commit is contained in:
Steffen Vogel 2020-06-07 01:04:00 +02:00
parent 67ce91cf89
commit 7cb45fa9fd
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ RUN apt-get update && \
crossbuild-essential-${ARCH} \
pkg-config make \
autoconf automake autogen libtool \
texinfo git mercurial curl tar wget \
texinfo git mercurial curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler

View file

@ -33,7 +33,7 @@ RUN apt-get update && \
gcc g++ \
pkg-config cmake make \
autoconf automake autogen libtool \
git mercurial curl wget tar bzip2 \
git mercurial curl wget tar bzip2 diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler

View file

@ -44,7 +44,7 @@ RUN apt-get update && \
gcc g++ \
pkg-config cmake make \
autoconf automake autogen libtool \
texinfo git mercurial curl tar \
texinfo git mercurial curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler