Skip to content

Commit 469cd55

Browse files
authored
[devcontainer] Updated dockerfile to use devbox run dash dash (#776)
## Summary Fixed devcontainer fail due to `devbox shell -- ` being deprecated. ## How was it tested? devbox generate devcontainer open in vscode cmd + shift + p -> devcontainer: rebuild and reopen in container
1 parent 8c8aa17 commit 469cd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/impl/tmpl/devcontainerDockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ENV PATH="/home/${DEVBOX_USER}/.nix-profile/bin:/home/${DEVBOX_USER}/.devbox/nix
2525
WORKDIR /code
2626
RUN sudo chown $DEVBOX_USER:root /code
2727
COPY devbox.json devbox.json
28-
RUN devbox shell -- echo "Installing packages"
28+
RUN devbox run -- echo "Installing packages"
2929
CMD ["devbox", "shell"]
3030

0 commit comments

Comments
 (0)