FROM alpine:3
COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler /
WORKDIR /stage
ENTRYPOINT ["/rbxcompiler"]