update pixi

This commit is contained in:
Daylin Morgan 2025-01-12 12:37:42 -06:00
parent 7a0c2a52dc
commit 62a12d5ebc
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@ RUN sed -i -e 's/NoProgressBar/#NoProgressBar/' -e 's/NoExtract/#NoExtract/' /et
RUN mkdir -p /usr/share/man && pacman -Qo /usr/share/man | awk '{print $5}' | xargs pacman -S --noconfirm man-db RUN mkdir -p /usr/share/man && pacman -Qo /usr/share/man | awk '{print $5}' | xargs pacman -S --noconfirm man-db
RUN wget -qcO /usr/bin/pixi \ RUN wget -qcO /usr/bin/pixi \
https://github.com/prefix-dev/pixi/releases/download/v0.33.0/pixi-x86_64-unknown-linux-musl \ https://github.com/prefix-dev/pixi/releases/download/v0.39.5/pixi-x86_64-unknown-linux-musl \
&& chmod +x /usr/bin/pixi && chmod +x /usr/bin/pixi
# COPY add-aur.sh / # COPY add-aur.sh /

View file

@ -22,6 +22,5 @@ distrobox enter daylinbox
## possible future improvements ## possible future improvements
- addition of `pixi`
- make microsoft build and host the image? - make microsoft build and host the image?