Skip to content

Instantly share code, notes, and snippets.

@benglewis
Last active May 22, 2024 09:58
Show Gist options
  • Save benglewis/8a379e1dc6ef7c28112d6a4dc52c118e to your computer and use it in GitHub Desktop.
Save benglewis/8a379e1dc6ef7c28112d6a4dc52c118e to your computer and use it in GitHub Desktop.
Use `woahbase/alpine-glibc` for `pixi`
FROM --platform=$TARGETPLATFORM woahbase/alpine-glibc
RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && apk update && apk add pixi@testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment