summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 463b26405..01620668c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,6 @@ COPY . .
ENV CGO_ENABLED=0
RUN echo syncthing-linux-$TARGETARCH
RUN if [ ! -f syncthing-linux-$TARGETARCH ] ; then \
- echo syncthing-linux-$TARGETARCH ; \
go run build.go -no-upgrade build syncthing ; \
mv syncthing syncthing-linux-$TARGETARCH ; \
fi