diff --git a/Dockerfile b/Dockerfile index 80b6855..49eb79c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ COPY src src COPY Cargo.toml . COPY Cargo.lock . ARG TARGETARCH -ARG TARGETARCH RUN if [ "$TARGETARCH" = "amd64" ]; then \ cargo install --target x86_64-unknown-linux-musl --path . ; \ elif [ "$TARGETARCH" = "arm64" ]; then \