···12121313RUN apk add --no-cache curl git unzip build-base bash
14141515-SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1615# Install bun outside of mise because Alpine uses musl libc which the mise bun package does not support
1716RUN curl -fsSL https://bun.sh/install | bash
1817RUN curl https://mise.run | sh
-1
Dockerfile.env
···12121313RUN apk add --no-cache curl git unzip build-base bash
14141515-SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1615# Install bun outside of mise because Alpine uses musl libc which the mise bun package does not support
1716RUN curl -fsSL https://bun.sh/install | bash
1817RUN curl https://mise.run | sh