Skip to content

Commit 11462f3

Browse files
committed
feat: update dockerfile, remove chromium and related envs
1 parent 749fbe7 commit 11462f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-
2020
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)"
2121
LABEL org.opencontainers.image.licenses=MIT
2222

23-
# set env or puppeteer
24-
ENV PUPPETEER_SKIP_DOWNLOAD=true
25-
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
26-
ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium-browser"
27-
28-
# install deps and chromium
29-
RUN apk add chromium
30-
3123
# create a non-privileged user
3224
RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch
3325

0 commit comments

Comments
 (0)