Ver Fonte

Remove unused TARGETARCH build arg in dockerfile

Tulir Asokan há 2 anos atrás
pai
commit
dbe848533f
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -1,7 +1,5 @@
 FROM docker.io/alpine:3.16
 
-ARG TARGETARCH=amd64
-
 RUN apk add --no-cache \
       python3 py3-pip py3-setuptools py3-wheel \
       py3-pillow \