We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f374c93 commit 098c82dCopy full SHA for 098c82d
Dockerfile
@@ -32,7 +32,7 @@ COPY nix ./
32
RUN nix build ./ --out-link /out
33
34
# --- Construct final image
35
-FROM scratch
+FROM alpine:latest
36
37
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
38
0 commit comments