We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f2205 + f86218f commit 073cdb8Copy full SHA for 073cdb8
Dockerfiles/Dockerfile.agent-provisioning
@@ -1,6 +1,7 @@
1
# Stage 1: Build the application
2
FROM node:18-alpine as build
3
# Install OpenSSL
4
+RUN apk update && apk upgrade
5
RUN apk add --no-cache openssl
6
RUN set -eux \
7
&& apk --no-cache add \
@@ -37,6 +38,7 @@ RUN pnpm run build agent-provisioning
37
38
# Stage 2: Create the final image
39
FROM node:18-alpine as prod
40
41
42
43
44
0 commit comments