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

Commit 0a2ba77

Browse files
authored
Set bash as default shell
1 parent a3f06b1 commit 0a2ba77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

containers/bazel/.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ RUN apt-get autoremove -y \
3232
&& apt-get clean -y \
3333
&& rm -rf /var/lib/apt/lists/*
3434
ENV DEBIAN_FRONTEND=dialog
35+
36+
# Use bash as the default shell instead of sh
37+
ENV SHELL /bin/bash

0 commit comments

Comments
 (0)