Update Dockerfile to run tests with a recent gcc compiler.

This commit is contained in:
nemtrif 2023-04-23 12:51:39 -04:00
parent 4b62f1eff1
commit a9e9849e95

View file

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM gcc:12.2
RUN apt-get update \
&& apt-get install -y make g++ cmake git \