We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a18bd0 commit c737437Copy full SHA for c737437
1 file changed
docker/sofabuilder_ubuntu/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get install -y \
32
RUN apt-get install -y \
33
build-essential \
34
ninja-build=1.10.\* \
35
- gcc=4:12.\* \
36
- g++=4:12.\* \
+ gcc-12 \
+ g++-12 \
37
clang=1:14.0-\* \
38
ccache=4.5.\*
39
0 commit comments