This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
||
|
@@ -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 && \ | ||
|