Skip to content

Commit ab5828a

Browse files
committed
Remove redundant path in gnu docker
1 parent e1e4892 commit ab5828a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/spc-gnu-docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ ADD ./bin/spc /app/bin/spc
108108
RUN /app/bin/setup-runtime
109109
RUN /app/bin/php /app/bin/composer install --no-dev
110110
ENV SPC_LIBC=glibc
111-
ENV PATH="/app/bin:/cmake/bin:/opt/rh/devtoolset-10/root/usr/bin:\$PATH"
111+
ENV PATH="/app/bin:/cmake/bin:\$PATH"
112112
113113
ADD ./config/env.ini /app/config/env.ini
114-
RUN CC=gcc bin/php bin/spc doctor --auto-fix --debug
114+
RUN CC=gcc bin/spc doctor --auto-fix --debug
115115
116116
RUN curl -o make.tgz -fsSL https://ftp.gnu.org/gnu/make/make-4.4.tar.gz && \
117117
tar -zxvf make.tgz && \

0 commit comments

Comments
 (0)