asdf (bookworm)
Installation
docker pull git.orionkindel.com/tpl/asdf:bookworm
sha256:dfb86c0904acfbec6acb943c7d63735400d5de5f171b287578cfc5cd711d10ca
Image Layers
ADD file:cc1376ecb3d9e93e4160573c110da753ffeb2efe2223351f1fbf483d89f1a756 in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y # buildkit |
RUN /bin/sh -c apt-get install -y git # buildkit |
RUN /bin/sh -c apt-get install -y curl # buildkit |
RUN /bin/sh -c git clone https://github.com/asdf-vm/asdf.git /root/.asdf --branch v0.13.1 # buildkit |
RUN /bin/sh -c echo "source /root/.asdf/asdf.sh" >> /root/.bashrc && echo "source /root/.asdf/completions/asdf.bash" >> /root/.bashrc && chsh root -s /bin/bash # buildkit |
SHELL [/bin/bash -lc] |
RUN /bin/bash -lc echo -n "bun purescript spago python rust" | xargs -d " " -I{} asdf plugin add {} # buildkit |
RUN /bin/bash -lc apt-get install -y tini # buildkit |
ENTRYPOINT ["/usr/bin/tini" "--"] |
RUN /bin/bash -lc apt-get install -y build-essential # buildkit |
RUN /bin/bash -lc apt-get install -y zlib1g zlib1g-dev # buildkit |
RUN /bin/bash -lc apt-get install -y bzip2 libncurses-dev ncurses-bin libffi-dev readline-common openssl libssl-dev # buildkit |
Details
Versions (3)
View all