This website works better with JavaScript.
Home
Explore
Help
Sign In
mcie-rs101
/
scientific-emacs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Preventing error during Latex installation on Dockerfile
master
Gerardo Marx Chávez-Campos
4 years ago
parent
f38c0cf7c5
commit
06c56b7480
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
docker/emacs/Dockerfile
+ 2
- 1
docker/emacs/Dockerfile
View File
@ -10,7 +10,8 @@ RUN apt-get update \
&&
apt-get install -y emacs
# installing texlive base with pdflatex utility:
RUN
apt-get -y install
\
RUN
apt-get update
\
&&
apt-get -y install
\
texlive-latex-base
\
texlive-latex-extra
\
texlive-pictures
\
Write
Preview
Loading…
Cancel
Save