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:
parent
67ce91cf89
commit
7cb45fa9fd
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue