Skip to content

Commit 7b4e6d1

Browse files
authored
chore: fix build
1 parent 6f917e7 commit 7b4e6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ RUN wget -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modul
115115

116116
COPY .devcontainer/cpp/first-run-notice.txt /tmp/first-run-notice.txt
117117
RUN mkdir -p "/usr/local/etc/vscode-dev-containers/" \
118-
&& sed -i '/^<!--/d' /tmp/first-run-notice.txt
118+
&& sed -i '/^<!--/d' /tmp/first-run-notice.txt \
119119
&& mv -f /tmp/first-run-notice.txt /usr/local/etc/vscode-dev-containers/

0 commit comments

Comments
 (0)