add libcunit1

This commit is contained in:
2020-10-28 18:48:07 +01:00
parent 271645a33e
commit 9ed0ecea42

View File

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