update pixi
This commit is contained in:
parent
7a0c2a52dc
commit
62a12d5ebc
2 changed files with 1 additions and 2 deletions
|
@ -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 /
|
||||||
|
|
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue