diff --git a/Containerfile b/Containerfile index 4e55a1f..8a83390 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,5 @@ -FROM scratch +FROM alpine:latest +RUN apk add -U --no-cache ca-certificates ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / EXPOSE 8080