Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Latex CTAN Docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INS Courses
Templates
Latex CTAN Docker
Commits
9a03e45f
Commit
9a03e45f
authored
2 years ago
by
Yannick Zwicker
Browse files
Options
Downloads
Patches
Plain Diff
optimize dockerfile
parent
d7678beb
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Ost beamer dependensies
Pipeline
#130934
failed with stage
in 9 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+19
-13
19 additions, 13 deletions
Dockerfile
README.md
+1
-1
1 addition, 1 deletion
README.md
with
20 additions
and
14 deletions
Dockerfile
+
19
−
13
View file @
9a03e45f
...
...
@@ -6,9 +6,21 @@ ENV DEBIAN_FRONTEND noninteractive
# Install basics
RUN
apt-get update
-q
\
&&
apt-get
install
-qy
build-essential wget libfontconfig1 locales
\
&&
apt-get
install
-qy
--no-install-recommends
\
build-essential
\
wget
\
libfontconfig1
\
locales
\
rubber
\
python3
\
python3-pip
\
python3-pygments
\
fonts-liberation
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
pip3
install
gummi
# Setting locales
RUN
sed
-i
'/en_US.UTF-8/s/^# //g'
/etc/locale.gen
&&
\
locale-gen
...
...
@@ -26,24 +38,18 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; \
rm
install-tl-unx.tar.gz
ENV
PATH="/usr/local/texlive/2021/bin/x86_64-linux:${PATH}"
RUN
tlmgr
install
latexmk
RUN
tlmgr
install
scheme-full
RUN
tlmgr
install
scheme-full
# Fix latexindent requirements
RUN
cpan Unicode::GCString
RUN
cpan App::cpanminus
RUN
cpan YAML::Tiny
RUN
perl
-MCPAN
-e
'install "File::HomeDir"'
RUN
apt-get update
-q
\
&&
apt-get
install
-y
--no-install-recommends
\
rubber python3 python3-pip python3-pygments fonts-liberation
RUN
pip3
install
gummi
RUN
cpan Unicode::GCString
;
\
cpan App::cpanminus
;
\
cpan YAML::Tiny
;
\
perl
-MCPAN
-e
'install "File::HomeDir"'
ENV
HOME /workspaces
WORKDIR
/workspaces
RUN
chown
vscode:vscode /workspaces
;
\
chown
-R
vscode:vscode /usr/local/texlive/2021/tlpkg/
VOLUME
["/workspaces"]
USER
vscode
\ No newline at end of file
USER
vscode
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
9a03e45f
...
...
@@ -2,4 +2,4 @@
Container to be used as a base image for a devcontainer and in gitlab-ci.
> :warning: **texlive-full**: This container is over 7GB!
\ No newline at end of file
> :warning: **texlive-full**: This container is over 5GB!
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