add libcunit1-dev

This commit is contained in:
Wolfgang Hottgenroth 2020-10-28 19:03:51 +01:00
parent 9ed0ecea42
commit a0001cf318
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -7,7 +7,7 @@ LABEL AlternativeImageName="wollud1969/build-env-c"
RUN \
apt-get update && \
apt-get install -y gcc g++ libcunit1 && \
apt-get install -y gcc g++ libcunit1 libcunit1-dev && \
rm -rf /var/lib/apt/lists/*