Switch to alpine for volumes

This commit is contained in:
itzaname 2021-12-31 18:14:13 -05:00
parent 8a7a8f6b9c
commit 4147e7c9de

View File

@ -1,4 +1,4 @@
FROM scratch FROM alpine:3
COPY ca-certificates.crt /etc/ssl/certs/ COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler / COPY rbxcompiler /
WORKDIR /stage WORKDIR /stage