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 b148920 commit 1d8c5c9Copy full SHA for 1d8c5c9
Dockerfile
@@ -1,14 +1,12 @@
1
FROM node:23.5.0-bookworm-slim
2
LABEL MAINTAINER Adolfo Sanz De Diego [email protected]
3
-ENV VERSION 0.1.0
+ENV VERSION 7.0
4
# Software dependencies
5
ARG DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update
7
RUN apt-get -y install wget curl unzip chromium
8
RUN apt-get -y install texlive-latex-base texlive-fonts-recommended texlive-latex-extra
9
RUN apt-get -y install npm
10
-# ENV PUPPETEER_SKIP_DOWNLOAD='true'
11
-RUN npm config set unsafe-perm true
12
RUN npm install -g [email protected]
13
WORKDIR /home/
14
RUN wget https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb && \
0 commit comments