Skip to content

Commit

Permalink
Copy firstrun elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Sep 12, 2022
1 parent 40ab9cd commit a04569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CMD [ "sleep", "infinity" ]
RUN apt update && apt-get install -y --allow-downgrades dotnet-sdk-6.0=6.0.300-1
RUN apt-get install build-essential -y
COPY init.sh /var/init.sh
COPY first-run-notice.txt /tmp/scripts/
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit a04569f

Please sign in to comment.