Epikcoder
commited on
Commit
·
4c7fc76
1
Parent(s):
1694ab1
varo gendeng
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
ADD . /app
|
8 |
|
9 |
# Install necessary packages
|
10 |
-
RUN apk add --no-cache \
|
11 |
font-noto \
|
12 |
font-noto-cjk \
|
13 |
font-noto-extra \
|
@@ -31,10 +31,8 @@ RUN apk add --no-cache \
|
|
31 |
harfbuzz \
|
32 |
ttf-freefont
|
33 |
|
34 |
-
# Set environment variable for Puppeteer
|
35 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
36 |
|
37 |
-
# Install npm dependencies
|
38 |
RUN npm install
|
39 |
RUN npm install
|
40 |
|
|
|
7 |
ADD . /app
|
8 |
|
9 |
# Install necessary packages
|
10 |
+
RUN apk --update --upgrade add --no-cache \
|
11 |
font-noto \
|
12 |
font-noto-cjk \
|
13 |
font-noto-extra \
|
|
|
31 |
harfbuzz \
|
32 |
ttf-freefont
|
33 |
|
|
|
34 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
35 |
|
|
|
36 |
RUN npm install
|
37 |
RUN npm install
|
38 |
|