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 e1e4892 commit ab5828aCopy full SHA for ab5828a
bin/spc-gnu-docker
@@ -108,10 +108,10 @@ 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:/opt/rh/devtoolset-10/root/usr/bin:\$PATH"
+ENV PATH="/app/bin:/cmake/bin:\$PATH"
112
113
ADD ./config/env.ini /app/config/env.ini
114
-RUN CC=gcc bin/php bin/spc doctor --auto-fix --debug
+RUN CC=gcc bin/spc doctor --auto-fix --debug
115
116
RUN curl -o make.tgz -fsSL https://ftp.gnu.org/gnu/make/make-4.4.tar.gz && \
117
tar -zxvf make.tgz && \
0 commit comments