Tag
rwthacis/latex:master
Created
2023-09-20 08:56:21 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
  • maintainer
    Alexander Neumann <neumann@dbis.rwth-aachen.de>
ENV
  • PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
  • 001 sha256:d036181e87bed9eb2432498f0ccbf7baa06719a2d8360c3bc9c496bd9f853a7c 47.2 MB
  • 002 sha256:f30af345f56bf8456b6d765b218806b13f779b239999f1c51957a72f0342276c 183 Bytes
  • 003 sha256:f3be07d43d6af42b103643f98a9f9646ebc3a124074426f1b68561ad56b2403a 3.31 GB
  • 004 sha256:7b8d3aa3980e2f7c699ef77deaade63bc5984a088215b7ab5f178d924a78fc4c 5.98 MB
  • 005 sha256:1988be4f29e34addb215794d5b9311c3833855f32332283a454a6126cbb7154c 8.73 MB
  • 006 sha256:6ceaf730bb2e90d4e70e6977353f4bb162c7003527caba077d3e66d86cd98495 9.61 MB
History
[2023-09-20 04:57:17 UTC] /bin/sh -c #(nop) ADD file:bc0b5b71ee53adf6297821668404ace4f79c4256461b99497849721dbd8e86ae in / [2023-09-20 04:57:18 UTC] /bin/sh -c #(nop) CMD ["bash"] [2023-09-20 08:47:57 UTC] LABEL maintainer=Alexander Neumann <neumann@dbis.rwth-aachen.de> [2023-09-20 08:47:57 UTC] RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python && ln -s /usr/bin/pip3 /usr/bin/pip # buildkit [2023-09-20 08:55:37 UTC] RUN /bin/sh -c apt-get update && apt-get install --yes texlive-full python3-dev python3-pip pipx apt-utils pandoc git ca-certificates curl gnupg && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install --yes nodejs && apt-get purge --yes *-doc && apt-get clean --yes && rm -rf /var/lib/apt/lists/* # buildkit [2023-09-20 08:55:40 UTC] RUN /bin/sh -c python -m venv /opt/venv # buildkit [2023-09-20 08:55:40 UTC] ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-09-20 08:55:57 UTC] RUN /bin/sh -c pip install Pygments anybadge textstat PyPDF2 # buildkit [2023-09-20 08:56:21 UTC] RUN /bin/sh -c npm install -g cspell # buildkit