From a04569f86bc05081a2e001d76ca511805114c036 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:47:03 +0000 Subject: [PATCH] Copy firstrun elsewhere --- .devcontainer/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile index ee70657c680..5ee7278150e 100644 --- a/.devcontainer/base.Dockerfile +++ b/.devcontainer/base.Dockerfile @@ -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 \