Skip to content

Commit db0af47

Browse files
committed
Set shell to bash in Dockerfile
1 parent 29642b6 commit db0af47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM debian:trixie-slim
77
# merged and released (tracks `overrideFeatureInstallOrder` support).
88
ENV NVM_DIR=/usr/local/share/nvm
99
ENV NVM_VERSION=0.40.4
10+
SHELL ["/bin/bash", "-c"]
1011
RUN set -eux; \
1112
apt-get update; \
1213
apt-get install -y --no-install-recommends curl ca-certificates; \

0 commit comments

Comments
 (0)