Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 024b3e3

Browse files
committed
Fix typo
1 parent 934df0d commit 024b3e3

File tree

1 file changed

+1
-1
lines changed
  • container-templates/dockerfile/.devcontainer

1 file changed

+1
-1
lines changed

container-templates/dockerfile/.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232
# Verify git, common tools / libs installed, add/modify non-root user, optionally install zsh
3333
&& wget -q -O /tmp/common-setup.sh $COMMON_SCRIPT_SOURCE \
3434
&& if [ "$COMMON_SCRIPT_SHA" != "dev-mode" ]; then echo "$COMMON_SCRIPT_SHA /tmp/common-setup.sh" | sha256sum -c - ; fi \
35-
&& /bin/ash /tmp/common-setup.sh "$INSTALL_ZSH" "$USERNAME" "$USER_UID" "$USER_GID" \
35+
&& /bin/bash /tmp/common-setup.sh "$INSTALL_ZSH" "$USERNAME" "$USER_UID" "$USER_GID" \
3636
&& rm /tmp/common-setup.sh \
3737
#
3838
# *********************************************************************

0 commit comments

Comments
 (0)