Skip to content

Commit

Permalink
Add frn
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl authored Sep 15, 2022
1 parent f33a3ce commit 1875c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/first-run-notice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Getting the runner ready...

0 comments on commit 1875c95

Please sign in to comment.