ninja / Dockerfile
Fuegovic's picture
Update Dockerfile
0736216 verified
raw
history blame
No virus
257 Bytes
FROM FROM ghcr.io/gngpp/ninja:latest
LABEL name ninja
LABEL url https://github.com/gngpp/ninja
ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8 LC_ALL=C
COPY --from=builder /ninja /bin/ninja
ENTRYPOINT ["/bin/ninja"]