We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2398b5 commit ffdbc36Copy full SHA for ffdbc36
Dockerfile
@@ -1,3 +1,5 @@
1
-FROM debian:jessie
+FROM ubuntu:16.04
2
3
-RUN apt-get update && apt-get install -y texlive-full biber make
+RUN apt-get update
4
+RUN apt-get install -y biber make
5
+RUN apt-get install -y texlive-full
0 commit comments