diff --git a/Dockerfile b/Dockerfile index a749cb3..84d6af0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,8 +72,7 @@ # Clean up && apt-get autoremove -y && apt-get clean -y \ # Move first run notice to right spot - && mkdir -p "/usr/local/etc/vscode-dev-containers/" \ - && mv -f /tmp/scripts/first-run-notice.txt /usr/local/etc/vscode-dev-containers/ + && mkdir -p "/usr/local/etc/vscode-dev-containers/" # Default to bash shell (other shells available at /usr/bin/fish and /usr/bin/zsh) ENV SHELL=/bin/bash \