athena.base (latest)

Published 2024-07-19 21:02:35 +00:00 by orion

Installation

docker pull git.orionkindel.com/lum/athena.base:latest
sha256:3fa55b2569f8d27506d0b714d3697b75577b30ad086d87dac4fca337f2ecf5dc

Image Layers

ADD file:e8aac9b1598114ead96b4038c19d915b87f662ef342291d69c7e5255c5d731fc in /
CMD ["bash"]
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y # buildkit
RUN /bin/sh -c apt-get install -y curl unzip xz-utils git # buildkit
RUN /bin/sh -c mkdir /tmp/node && curl -fsSL https://nodejs.org/dist/v20.12.2/node-v20.12.2-linux-x64.tar.xz | tar -C /tmp/node -Jxv && cp -R /tmp/node/node-v20.12.2-linux-x64/* /usr/local && rm -r /tmp/node # buildkit
RUN /bin/sh -c npm i -g purescript spago@next esbuild # buildkit
RUN /bin/sh -c tmp=$(mktemp -d) && cd "$tmp" && spago init --name foo --use-solver && spago install -v && cd .. && rm -r "$tmp" # buildkit
RUN /bin/sh -c curl -fsSL https://bun.sh/install | bash # buildkit
ENV PATH=/root/.fly/bin:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Details
Container
2024-07-19 21:02:35 +00:00
3
OCI / Docker
linux/amd64
245 MiB
Versions (1) View all
latest 2024-07-19