update dockerfile

This commit is contained in:
Archeb
2024-06-22 02:04:02 +08:00
parent 29fa845577
commit 522e8620c5
+1 -1
View File
@@ -1,6 +1,6 @@
# Use the official Node.js 16 image as the base image
FROM node:16
RUN chmod 1777 /tmp
# Install necessary dependencies for running Chrome
RUN apt-get update && apt-get install -y \
wget \