Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SWAN
docker-images
notebook
Commits
a3a0735c
Commit
a3a0735c
authored
5 years ago
by
Diogo Castro
Browse files
Options
Downloads
Patches
Plain Diff
Newer texlive version than the one in the image
parent
e21c22d7
No related branches found
No related tags found
1 merge request
!9
Update to latest
Pipeline
#1433259
passed
5 years ago
Stage: build
Stage: deploy
Stage: clean
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+22
-5
22 additions, 5 deletions
Dockerfile
with
22 additions
and
5 deletions
Dockerfile
+
22
−
5
View file @
a3a0735c
...
...
@@ -38,11 +38,8 @@ RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash - && \
which
\
zeromq3-devel
\
zlib-devel
\
texlive-xetex
\
texlive-adjustbox.noarch
\
texlive-collection-latexrecommended.noarch
\
texlive-collection-xetex.noarch
\
texlive-upquote.noarch
&&
\
perl-Digest-MD5
\
fontconfig
&&
\
yum clean all
&&
\
rm
-rf
/var/cache/yum
...
...
@@ -54,6 +51,26 @@ RUN mkdir /tmp/pandoc && \
tar
xvzf pandoc-2.3.1-linux.tar.gz
--strip-components
1
-C
/usr/local/
&&
\
rm
-rf
/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/2019/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
&&
\
tar
xvzf install-tl-unx.tar.gz
--strip-components
1
-C
./
&&
\
echo
"I"
| ./install-tl
-scheme
scheme-small
&&
\
tlmgr
install
adjustbox
\
tcolorbox
\
environ
\
trimspaces
\
adjustbox
\
collectbox
\
ucs
\
titling
\
enumitem
\
collection-fontsrecommended
&&
\
rm
-rf
/tmp/texlive
# Install Tini
RUN
wget
--quiet
https://github.com/krallin/tini/releases/download/v0.10.0/tini
&&
\
echo
"1361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0 *tini"
|
sha256sum
-c
-
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment