sha256:27de5289a8988f540d952116283afe1c73f9a42b5b34d9d001b07fb2c95af43c
OS/ARCH
linux/amd64
Compressed size
1.16 GB
Last pushed
almost 2 years by gtresearch
Type
Image
Manifest digest
sha256:27de5289a8988f540d952116283afe1c73f9a42b5b34d9d001b07fb2c95af43c
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/localtime364 B8RUN apt-get -y --fix-missing update549.72 MB9RUN curl -sL https://deb.nodesource.com/setup_20.x |53.97 MB10RUN npm install --global prettier4.31 MB11RUN python -m pip install8.02 MB12RUN mkdir /usr/share/ccl360 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}/lx86cl64481 B17RUN chmod a+x /usr/bin/ccl490 B18RUN rm -rf /root/sbcl &&21.93 MB19RUN cd /root/sbcl && 51.34 MB20RUN apt-get -y remove sbcl323.56 KB21RUN cd /root/sbcl && bash16.13 MB22RUN curl -O https://beta.quicklisp.org/quicklisp.lisp15.5 KB23RUN sbcl --load quicklisp.lisp 975.76 KB24RUN ccl --load /root/quicklisp/setup.lisp 300.5 KB25RUN curl https://raw.githubusercontent.com/eschulte/lisp-format/master/lisp-format 6.67 KB26RUN chmod +x /usr/bin/lisp-format6.67 KB27RUN echo "(add-to-list 'load-path \"/usr/share/emacs/site-lisp/\")"402 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.78 KB30RUN mkdir /root/common-lisp331 B31RUN curl https://gitlab.common-lisp.net/asdf/asdf/-/archive/3.3.7/asdf-3.3.7.tar.gz| tar xzC645 KB32COPY tools/tree-sitter-install.sh /bin1.84 KB33RUN env NOPIN=${NOPIN} WORKDIR= tree-sitter-install.sh399.52 MB34RUN git clone --depth=1 https://github.com/edicl/cl-unicode.git2.81 MB35COPY .cl-make /root/quicklisp/local-projects/sel/.cl-make41.92 KB36COPY Makefile /root/quicklisp/local-projects/sel/Makefile2.11 KB37COPY .qlfile.external /root/quicklisp/local-projects/sel/.qlfile.external799 B38COPY .qlfile.grammatech /root/quicklisp/local-projects/sel/.qlfile.grammatech815 B39RUN make -C /root/quicklisp/local-projects/sel dependencies7.71 MB40RUN rm -rf /root/quicklisp/local-projects/sel470 B41RUN rm /root/quicklisp/local-projects/system-index.txt482 B42RUN git config --system user.name389 B43RUN git config --system user.email412 BCommand
ARG RELEASE