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