We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee098a commit ac14c1eCopy full SHA for ac14c1e
1 file changed
node-chromium/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node:18.16.1-slim
2
+
3
+RUN set e; \
4
+ apt-get update && \
5
+ apt-get install -y --no-install-recommends \
6
+ chromium=114.* && \
7
+ rm -rf /var/lib/apt/lists/*
0 commit comments