From f17e1ad075a9069ea3ee85f851d7a75fe65914d8 Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 4 Mar 2022 19:22:34 +0800 Subject: [PATCH] 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4d11f3..bae7c70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN mkdir -p /app COPY . /app WORKDIR /app RUN chmod -R 755 /app -RUN ln -s /usr/bin/x86_64-linux-gnu-g++-9 /usr/bin/g++ +#RUN ln -s /usr/bin/x86_64-linux-gnu-g++-9 /usr/bin/g++ RUN /usr/bin/bash /app/boundle.sh CMD ["bash"] #CMD ["/app/boundle.sh"] \ No newline at end of file