Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update to latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Aug 17, 2023
1 parent 50414d0 commit 5251b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Another Docker container should inherit with `FROM cernphsft/notebook`
# to run actual services.

FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:20210715-1.x86_64
FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:20230801-1.x86_64

LABEL maintainer="[email protected]"

Expand Down Expand Up @@ -53,7 +53,7 @@ RUN mkdir /tmp/pandoc && \

# Install a newer version of TeX Live, than the one available in yum repos
# For converting to PDF
ENV PATH /usr/local/texlive/2021/bin/x86_64-linux/:$PATH
ENV PATH /usr/local/texlive/2023/bin/x86_64-linux/:$PATH
RUN mkdir /tmp/texlive && \
cd /tmp/texlive && \
wget --quiet http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
Expand Down

0 comments on commit 5251b30

Please sign in to comment.