[inactive-gitlab-users] Missing \



commit e50a1b4ba1f1653f731d4581eb77f6eef4d58f3e
Author: Andrea Veri <averi redhat com>
Date:   Tue Sep 3 18:47:45 2019 +0200

    Missing \

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index dbd4bcc..158e794 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3
 COPY requirements.txt ./
 RUN pip install --no-cache-dir -r requirements.txt
 
-RUN mkdir /usr/local/sysadmin-bin && 
+RUN mkdir /usr/local/sysadmin-bin && \ 
     git clone https://gitlab.gnome.org/Infrastructure/sysadmin-bin.git /usr/local/sysadmin-bin
 
 COPY inactive-gitlab-users.sh /usr/local/bin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]