We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb9f45 commit 7835aceCopy full SHA for 7835ace
Dockerfile
@@ -9,15 +9,3 @@ RUN apk add --no-cache bash \
9
&& ln -sf /bin/bash /bin/sh \
10
&& apk --no-cache add ca-certificates gnupg \
11
&& update-ca-certificates
12
-
13
-# this is not working anymore
14
-FROM alpine:3.23
15
16
-WORKDIR /
17
-ENV GNUPGHOME=/tmp
18
-ENTRYPOINT ["/usr/local/bin/manager"]
19
20
-RUN apk add --no-cache bash \
21
- && ln -sf /bin/bash /bin/sh \
22
- && apk --no-cache add ca-certificates gnupg \
23
- && update-ca-certificates
0 commit comments