From 1875c95e044aaaf8a4056a3fd7ff30929cef87d0 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Thu, 15 Sep 2022 10:21:17 +0200 Subject: [PATCH] Add frn --- .devcontainer/Dockerfile | 1 + .devcontainer/first-run-notice.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 .devcontainer/first-run-notice.txt diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 78e8c2ae863..de1d77a9a86 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update \ # Clean up && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts/ +COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/ VOLUME [ "/var/lib/docker" ] # Setting the ENTRYPOINT to docker-init.sh will start up the Docker Engine diff --git a/.devcontainer/first-run-notice.txt b/.devcontainer/first-run-notice.txt new file mode 100644 index 00000000000..462c6f143a9 --- /dev/null +++ b/.devcontainer/first-run-notice.txt @@ -0,0 +1 @@ +Getting the runner ready...