Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KPI
LaTeX Docker image
Commits
7c0066e0
Commit
7c0066e0
authored
May 07, 2021
by
Sergej Chodarev
Browse files
Make smalled image by excluding docs and soft dependencies
parent
1b18c762
Pipeline
#130949
passed with stage
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7c0066e0
FROM
fedora:34
RUN
dnf
install
-y
\
RUN
dnf
install
-y
--nodocs
--setopt
install_weak_deps
=
False
\
latexmk
\
texlive-collection-latexrecommended
\
texlive-collection-langczechslovak
\
...
...
@@ -13,7 +13,7 @@ RUN dnf install -y \
texlive-multirow
\
texlive-pgfplots
\
texlive-stmaryrd
\
&&
dnf clean all
&&
rm
-rf
/var/cache/yum
&&
dnf clean all
WORKDIR
/data
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment