sha256:5a0b09d0aaaab4c7390074b1d0715aaaedf427173c365958546c5b5a53b645a6
OS/ARCH
linux/amd64
Compressed size
1.18 GB
Last pushed
over 1 year by gtresearch
Type
Image
Manifest digest
sha256:5a0b09d0aaaab4c7390074b1d0715aaaedf427173c365958546c5b5a53b645a6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime375 B8RUN apt-get -y --fix-missing update556.94 MB9RUN curl -sL https://deb.nodesource.com/setup_20.x |54.15 MB10RUN npm install --global prettier4.4 MB11RUN python -m pip install8 MB12RUN mkdir /usr/share/ccl377 B13RUN git clone --depth=1 --branch=v1.12.110.92 MB14RUN curl -L https://github.com/Clozure/ccl/releases/download/v1.12.1/linuxx86.tar.gz 18.27 MB15RUN cd /usr/share/ccl && echo14.26 MB16RUN echo '#!/bin/sh\nexport CCL_DEFAULT_DIRECTORY=/usr/share/ccl\nexec ${CCL_DEFAULT_DIRECTORY}/lx86cl64482 B17RUN chmod a+x /usr/bin/ccl488 B18RUN rm -rf /root/sbcl &&21.93 MB19RUN cd /root/sbcl && 51.34 MB20RUN apt-get -y remove sbcl324.72 KB21RUN cd /root/sbcl && bash16.13 MB22RUN curl -O https://beta.quicklisp.org/quicklisp.lisp15.49 KB23RUN sbcl --load quicklisp.lisp 982.06 KB24RUN ccl --load /root/quicklisp/setup.lisp 300.44 KB25RUN curl https://raw.githubusercontent.com/eschulte/lisp-format/master/lisp-format 6.67 KB26RUN chmod +x /usr/bin/lisp-format6.69 KB27RUN echo "(add-to-list 'load-path \"/usr/share/emacs/site-lisp/\")"415 B28RUN curl https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/git-clang-format 7.78 KB29RUN chmod +x /usr/bin/git-lisp-format7.79 KB30RUN mkdir /root/common-lisp335 B31RUN curl https://gitlab.common-lisp.net/asdf/asdf/-/archive/3.3.7/asdf-3.3.7.tar.gz| tar xzC644.95 KB32COPY tools/tree-sitter-install.sh /bin1.83 KB33RUN env NOPIN=${NOPIN} WORKDIR= tree-sitter-install.sh406.29 MB34RUN git clone --depth=1 https://github.com/edicl/cl-unicode.git2.81 MB35COPY .cl-make /root/quicklisp/local-projects/sel/.cl-make41.76 KB36COPY Makefile /root/quicklisp/local-projects/sel/Makefile2.12 KB37COPY .qlfile.external /root/quicklisp/local-projects/sel/.qlfile.external804 B38COPY .qlfile.grammatech /root/quicklisp/local-projects/sel/.qlfile.grammatech841 B39RUN make -C /root/quicklisp/local-projects/sel dependencies7.73 MB40RUN rm -rf /root/quicklisp/local-projects/sel473 B41RUN rm /root/quicklisp/local-projects/system-index.txt486 B42RUN git config --system user.name396 B43RUN git config --system user.email414 BCommand
ARG RELEASE