Skip to content

Commit 7835ace

Browse files
authored
Update Dockerfile
1 parent 6eb9f45 commit 7835ace

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,3 @@ RUN apk add --no-cache bash \
99
&& ln -sf /bin/bash /bin/sh \
1010
&& apk --no-cache add ca-certificates gnupg \
1111
&& 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

Comments
 (0)