There was an error while loading. Please reload this page.
devcontainer
1 parent b0cee5f commit 58cd4e5Copy full SHA for 58cd4e5
1 file changed
docker/react_ui_devcontainer/Dockerfile
@@ -62,7 +62,7 @@ RUN install -m 0755 -d /etc/apt/keyrings && \
62
USER $USERNAME:$USERNAME
63
64
# Install Oh My Zsh
65
-RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
+RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
66
67
# Persist terminal history across container restarts via a Docker volume
68
# mounted at $HOME/.terminal_history in docker-compose.base.yml
0 commit comments