Skip to content

Commit 58cd4e5

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! !fixup Introduce devcontainer service container based development environment (#705)
1 parent b0cee5f commit 58cd4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/react_ui_devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN install -m 0755 -d /etc/apt/keyrings && \
6262
USER $USERNAME:$USERNAME
6363

6464
# Install Oh My Zsh
65-
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
65+
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
6666

6767
# Persist terminal history across container restarts via a Docker volume
6868
# mounted at $HOME/.terminal_history in docker-compose.base.yml

0 commit comments

Comments
 (0)