build-env-c/Dockerfile

16 lines
336 B
Docker
Raw Permalink Normal View History

2020-10-28 18:33:06 +01:00
FROM registry.hottis.de/dockerized/base-build-env:1.0.0
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/dockerized/build-env-c"
LABEL AlternativeImageName="wollud1969/build-env-c"
RUN \
apt-get update && \
2020-10-28 18:48:07 +01:00
apt-get install -y gcc g++ libcunit1 && \
2020-10-28 18:33:06 +01:00
rm -rf /var/lib/apt/lists/*