From 7ca7a173f65108cd0dbb7bdc1d4b7462f1128a2c Mon Sep 17 00:00:00 2001 From: Igor Storozhuk Date: Fri, 20 Dec 2019 17:36:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D1=80=D0=B0=D0=B2=20755=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20gitsync.exe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitsync/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/gitsync/Dockerfile b/gitsync/Dockerfile index 46c7c87..f922647 100644 --- a/gitsync/Dockerfile +++ b/gitsync/Dockerfile @@ -34,6 +34,7 @@ RUN echo "deb http://http.debian.net/debian/ stretch main contrib non-free" > /e ENV LANG ru_RU.UTF-8 ADD https://github.com/oscript-library/gitsync/releases/download/$gitsync_ver/gitsync.exe /gitsync.exe +RUN chmod 755 /gitsync.exe ENTRYPOINT ["mono", "gitsync.exe"] CMD ["usage"]