Explorar o código

Dockerfile.alltools: fix invalid command

Péter Szilágyi %!s(int64=7) %!d(string=hai) anos
pai
achega
29213b1f8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.alltools

+ 1 - 1
Dockerfile.alltools

@@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
 COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
 
 RUN addgroup -g 1000 geth && \
-    adduser -h /root -D -u 1000 -G geth geth \
+    adduser -h /root -D -u 1000 -G geth geth && \
     chown geth:geth /root
 
 USER geth