💚 add arg

This commit is contained in:
naiba 2022-07-07 14:45:03 +08:00
parent 532b0aaca1
commit befc0608a8

View File

@ -2,6 +2,9 @@ FROM ubuntu:focal
ENV TZ="Asia/Shanghai"
ARG TARGETOS
ARG TARGETARCH
COPY ./script/entrypoint.sh /entrypoint.sh
RUN export DEBIAN_FRONTEND="noninteractive" && \