소스 검색

Revert "Dockerfile.alltools: fix invalid command"

Péter Szilágyi 7 년 전
부모
커밋
3f2583d6d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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