Skip to content

Commit 62b319e

Browse files
committed
fix: add python3->python symlink in devcontainer Dockerfile
1 parent e47e973 commit 62b319e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get update \
1515
&& apt-get install -y nodejs \
1616
&& apt-get clean \
1717
&& rm -rf /var/lib/apt/lists/* \
18-
&& curl -fsSL https://aka.ms/install-azd.sh | bash
18+
&& curl -fsSL https://aka.ms/install-azd.sh | bash \
19+
&& ln -sf /usr/bin/python3 /usr/bin/python
1920

2021
# Copy UV binaries
2122
COPY --from=uv --chown=vscode: /uv /uvx /bin/

0 commit comments

Comments
 (0)