From 1758cfea65b963626b5296ac8d59cd8721d3b3d0 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 5 Mar 2023 20:22:39 -0500 Subject: [PATCH] Remove ca certs from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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