Skip to content

Commit

Permalink
chore: correct path for source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Jan 9, 2025
1 parent 16bab37 commit a30a501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ RUN wget -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modul
&& conan profile detect \
&& echo -e "\n[conf]\ntools.cmake.cmaketoolchain:generator=Ninja" >> "$(conan profile path default)"

COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
COPY .devcontainer/cpp/first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
RUN sed -i '/^<!--/d' /usr/local/etc/vscode-dev-containers/first-run-notice.txt
2 changes: 1 addition & 1 deletion .devcontainer/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.24.0/probe-rs-tools-installer.sh | sh

COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
COPY .devcontainer/rust/first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
RUN sed -i '/^<!--/d' /usr/local/etc/vscode-dev-containers/first-run-notice.txt

0 comments on commit a30a501

Please sign in to comment.