diff --git a/Dockerfile b/Dockerfile index 62802be..4160576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM alpine:3 -COPY ca-certificates.crt /etc/ssl/certs/ COPY rbxcompiler / WORKDIR /stage ENTRYPOINT ["/rbxcompiler"] \ No newline at end of file