Skip to content

Commit 698885a

Browse files
Use interactive shell to avoid issues using pnpm
1 parent 70e950f commit 698885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENV PATH=${PATH}:${USR_LOCAL_BIN}:${LOCAL_BIN}:${PNPM_HOME}
4040
RUN python3 -m pip install --no-cache-dir --upgrade uv
4141

4242
ENV SHELL=/usr/bin/bash
43-
SHELL ["/usr/bin/bash", "-c"]
43+
SHELL ["/usr/bin/bash", "-ic"]
4444

4545
## Install rust
4646
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env

0 commit comments

Comments
 (0)