We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea4aed commit 8da1382Copy full SHA for 8da1382
.devcontainer/Dockerfile
@@ -17,8 +17,6 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
17
ENV PIXI_HOME="/opt/pixi" PATH="/opt/pixi/bin:${PATH}"
18
RUN curl -fsSL https://pixi.sh/install.sh | PIXI_VERSION=${PIXI_VERSION} PIXI_HOME=${PIXI_HOME} bash
19
20
-COPY .devcontainer/pixi-auto-shell.sh /etc/profile.d/pixi-auto-shell.sh
21
-
22
WORKDIR /workspaces/dart
23
24
ENTRYPOINT ["/usr/bin/tini", "--"]
.devcontainer/pixi-auto-shell.sh
0 commit comments