Improve version of reaverproject/gcc-boost in order to have a full working Docker for GITLAB-RUNNER.
Dockerfile:
FROM reaverproject/gcc-boost:5_3_0-1.61.0
RUN apt-get update && \
apt-get install -y zip gcovr liblog4cplus-dev default-jre-headless && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
apt-get autoremove -y && \
apt-get clean
Content type
Image
Digest
Size
357.7 MB
Last updated
about 10 years ago
docker pull stardif/cpp_boost_java:5.3_1.61_jdk8