We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138e558 commit e584808Copy full SHA for e584808
bin/spc-gnu-docker
@@ -108,7 +108,7 @@ ADD ./bin/spc /app/bin/spc
108
RUN /app/bin/setup-runtime
109
RUN /app/bin/php /app/bin/composer install --no-dev
110
ENV SPC_LIBC=glibc
111
-ENV PATH="/app/bin:/cmake/bin:\$PATH"
+ENV PATH="/app/bin:/cmake/bin:/opt/rh/devtoolset-10/root/usr/bin:\$PATH"
112
113
ADD ./config/env.ini /app/config/env.ini
114
RUN CC=gcc bin/spc doctor --auto-fix --debug
0 commit comments