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 729ad80 commit 1a559ebCopy full SHA for 1a559eb
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ubuntu
+FROM ubuntu:18.04
2
MAINTAINER Adolfo Sanz De Diego [email protected]
3
ENV VERSION 0.0.2
4
# Software dependencies
5
ARG DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update && \
7
apt-get -y install wget unzip npm chromium-browser \
8
- texlive-latex-base texlive-fonts-recommended texlive-latex-extra && \
+ texlive-latex-base texlive-fonts-recommended texlive-latex-extra && \
9
npm install -g decktape
10
WORKDIR /home/
11
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-1-amd64.deb && \
0 commit comments