Explorar el Código

Remove unused TARGETARCH build arg in dockerfile

Tulir Asokan hace 2 años
padre
commit
dbe848533f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 \