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.
1 parent b8d0edd commit 0a1121fCopy full SHA for 0a1121f
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 set -eux \
6
&& apk --no-cache add \
7
openssh-client \
@@ -36,7 +37,8 @@ RUN pnpm run build agent-provisioning
36
37
38
# Stage 2: Create the final image
39
FROM node:18-alpine as prod
-# Install OpenSSL
40
+# Install OpenSSL
41
42
43
44
0 commit comments