Remove ca certs from Dockerfile

This commit is contained in:
itzaname 2023-03-05 20:22:39 -05:00
parent 5c7c02d4a4
commit 1758cfea65

View File

@ -1,5 +1,4 @@
FROM alpine:3 FROM alpine:3
COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler / COPY rbxcompiler /
WORKDIR /stage WORKDIR /stage
ENTRYPOINT ["/rbxcompiler"] ENTRYPOINT ["/rbxcompiler"]