monorepo-ci (latest)
Published 2024-04-27 21:19:52 +00:00 by orion
Installation
docker pull git.orionkindel.com/lopiq/monorepo-ci:latest
sha256:d6373d45ed23a2c43898e98ff522e11ee925da7eb5b75e88964958998016d400
Image Layers
ADD file:ca6d1f0f80dd6c91b8ba1d1adf77d7af6d0e5f2f493a2858e384c11874314395 in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update # buildkit |
RUN /bin/sh -c apt-get upgrade -y # buildkit |
RUN /bin/sh -c apt-get install -y curl unzip nodejs git # buildkit |
RUN /bin/sh -c curl -fsSL https://bun.sh/install | bash # buildkit |
RUN /bin/sh -c curl -L https://fly.io/install.sh | bash # buildkit |
ENV FLYCTL_INSTALL=/root/.fly |
ENV PATH=/root/.fly/bin:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |