You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN PUPPETEER_CACHE_DIR=/app/puppeteer npx --yes puppeteer browsers install
75
+
75
76
# start a new build stage so that the final image will only contain
76
77
# the compiled release and other runtime necessities
77
78
FROM ${RUNNER_IMAGE}
@@ -83,22 +84,8 @@ RUN apt-get update -y && \
83
84
# TODO: remove after migration
84
85
RUN apt-get update -y && apt-get install -y postgresql-client
85
86
86
-
# Install Node.js and npm
87
-
RUN apt-get update && apt-get install -y ca-certificates curl gnupg
88
-
RUN mkdir -p /etc/apt/keyrings
89
-
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
90
-
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
0 commit comments