We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd637dd commit d7e0108Copy full SHA for d7e0108
.github/workflows/Dockerfile.trixie
@@ -17,7 +17,7 @@ RUN apt-get install -y --no-install-recommends \
17
18
# GCC
19
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GPP_VERSION} 100 \
20
- && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION}} 100
+ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 100
21
22
# Python
23
RUN apt-get install -y --no-install-recommends \
0 commit comments