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 dcfce88 commit fb09fccCopy full SHA for fb09fcc
Dockerfile
@@ -7,5 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
7
8
COPY src/* /tmp/
9
RUN apt-get update && bash /tmp/install-general.sh && rm /tmp/install-general.sh
10
-RUN for script in /tmp/*.sh; do source "$script"; done
+RUN for script in /tmp/*.sh; do bash "$script"; done
11
+RUN export PATH=/usr/vscode/.cargo/bin:$PATH
12
RUN rm -rf /tmp/*.sh
0 commit comments