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 73ce94f commit 37868f7Copy full SHA for 37868f7
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM scratch
+FROM alpine
2
+RUN apk add --no-cache openssl
3
4
COPY /target/x86_64-unknown-linux-musl/release/acme-dns-rust /
5
0 commit comments