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 85a8fd7 commit d6bb7bfCopy full SHA for d6bb7bf
Dockerfile
@@ -13,4 +13,5 @@ RUN /pixi --version
13
14
FROM --platform=$TARGETPLATFORM $BASE_IMAGE
15
COPY --from=builder --chown=root:root --chmod=0555 /pixi /usr/local/bin/pixi
16
+RUN printf '\neval "$(pixi completion --shell bash)"\n' >> /root/.bashrc
17
ENV PATH="/root/.pixi/bin:${PATH}"
0 commit comments