Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan authored Jan 4, 2024
1 parent 22e6d82 commit dab3a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ RUN cd /usr/local/lib/node_modules/http-server/lib/core/show-dir && \
patch index.js < /tmp/index.js.patch && \
rm -rf /tmp/index.js.patch

# Bake docker-outside-of-docker into image itself rather than install feature during codespace creation
# Bake docker-outside-of-docker into image itself rather than install feature during codespaces' creation
# https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker
RUN curl --location --show-error --silent https://raw.githubusercontent.com/devcontainers/features/main/src/docker-outside-of-docker/install.sh | bash

Expand Down

0 comments on commit dab3a34

Please sign in to comment.