this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove non OCI-compatible commands

-2
-1
Dockerfile
··· 12 12 13 13 RUN apk add --no-cache curl git unzip build-base bash 14 14 15 - SHELL ["/bin/bash", "-o", "pipefail", "-c"] 16 15 # Install bun outside of mise because Alpine uses musl libc which the mise bun package does not support 17 16 RUN curl -fsSL https://bun.sh/install | bash 18 17 RUN curl https://mise.run | sh
-1
Dockerfile.env
··· 12 12 13 13 RUN apk add --no-cache curl git unzip build-base bash 14 14 15 - SHELL ["/bin/bash", "-o", "pipefail", "-c"] 16 15 # Install bun outside of mise because Alpine uses musl libc which the mise bun package does not support 17 16 RUN curl -fsSL https://bun.sh/install | bash 18 17 RUN curl https://mise.run | sh