Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
LaTeX-templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrian C. Hinrichs
LaTeX-templates
Commits
bca16446
Verified
Commit
bca16446
authored
Apr 30, 2019
by
Adrian C. Hinrichs
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the Dockerfile
Signed-off-by:
Adrian C. Hinrichs
<
adrian.hinrichs@rwth-aachen.de
>
parent
172a18a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
Dockerfile
Dockerfile
+16
-10
No files found.
Dockerfile
View file @
bca16446
FROM
debian:latest
RUN
apt-get update
RUN
apt-get
install
-y
wget
RUN
apt-get
install
-y
texlive-full
RUN
apt-get
install
-y
fonts-adf-gillius
RUN
wget https://git.rwth-aachen.de/ACHinrichs/LaTeX-templates/-/archive/master/LaTeX-templates-master.tar.gz
RUN
tar
xzf LaTeX-templates-master.tar.gz
FROM
thomasweise/texlive:latest
RUN
wget https://git.rwth-aachen.de/ACHinrichs/LaTeX-templates/-/archive/dev/LaTeX-templates-dev.tar.gz
RUN
tar
xzf LaTeX-templates-dev.tar.gz
RUN
mkdir
-p
~/texmf/tex/latex/local
RUN
mv
LaTeX-templates-
master
~/texmf/tex/latex/local/
RUN
mv
LaTeX-templates-
dev
~/texmf/tex/latex/local/
RUN
texhash
RUN
wget http://www.gust.org.pl/projects/e-foundry/tex-gyre/adventor/qag2_501bas.zip
RUN
unzip qag2_501bas.zip
RUN
mv
qag2_501bas ~/.fonts
RUN
wget http://www.gust.org.pl/projects/e-foundry/tex-gyre/pagella/qpl2_501bas.zip
RUN
unzip qpl2_501bas.zip
RUN
mv
qpl2_501bas ~/.fonts
RUN
wget https://www.fontsquirrel.com/fonts/download/fira-mono
RUN
mv
fira-mono ~/.fonts
RUN
cd
~/.fonts
RUN
unzip fira-mono
RUN
rm
fira-mono
RUN
fc-cache
-fv
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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