Skip to content

Commit 37868f7

Browse files
committed
fix: try alpine container
1 parent 73ce94f commit 37868f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM scratch
1+
FROM alpine
2+
RUN apk add --no-cache openssl
23

34
COPY /target/x86_64-unknown-linux-musl/release/acme-dns-rust /
45

0 commit comments

Comments
 (0)