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 6f917e7 commit 7b4e6d1Copy full SHA for 7b4e6d1
.devcontainer/cpp/Dockerfile
@@ -115,5 +115,5 @@ RUN wget -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modul
115
116
COPY .devcontainer/cpp/first-run-notice.txt /tmp/first-run-notice.txt
117
RUN mkdir -p "/usr/local/etc/vscode-dev-containers/" \
118
- && sed -i '/^<!--/d' /tmp/first-run-notice.txt
+ && sed -i '/^<!--/d' /tmp/first-run-notice.txt \
119
&& mv -f /tmp/first-run-notice.txt /usr/local/etc/vscode-dev-containers/
0 commit comments