Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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