We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127f27 commit 010ca35Copy full SHA for 010ca35
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:20-bookworm-slim
2
3
RUN apt-get update
4
-RUN apt-get --assume-yes --no-install-recommends install chrome && apt-get clean
+RUN apt-get --assume-yes --no-install-recommends install chromium && apt-get clean
5
6
WORKDIR /app
7
0 commit comments