Skip to content

Commit 1d8c5c9

Browse files
committed
update Dockerfile
1 parent b148920 commit 1d8c5c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
FROM node:23.5.0-bookworm-slim
22
LABEL MAINTAINER Adolfo Sanz De Diego [email protected]
3-
ENV VERSION 0.1.0
3+
ENV VERSION 7.0
44
# Software dependencies
55
ARG DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update
77
RUN apt-get -y install wget curl unzip chromium
88
RUN apt-get -y install texlive-latex-base texlive-fonts-recommended texlive-latex-extra
99
RUN apt-get -y install npm
10-
# ENV PUPPETEER_SKIP_DOWNLOAD='true'
11-
RUN npm config set unsafe-perm true
1210
RUN npm install -g [email protected]
1311
WORKDIR /home/
1412
RUN wget https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb && \

0 commit comments

Comments
 (0)