diff --git a/Dockerfile b/Dockerfile index 9ffde75..62802be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM alpine:3 COPY ca-certificates.crt /etc/ssl/certs/ COPY rbxcompiler / WORKDIR /stage