[password-resets/oscp] Missing -y



commit e55d61845b3122c626c58626bf0818063b325480
Author: Andrea Veri <averi redhat com>
Date:   Thu Nov 12 16:58:35 2020 +0100

    Missing -y

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index a30adde..ebf3c83 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.8-slim
 EXPOSE 8000
 ENV PYTHONPATH=/app/password-resets
 
-RUN apt-get update && apt-get install git && \
+RUN apt-get update && apt-get install git -y && \
     apt-get clean && rm -rf /var/lib/apt/lists/*
 
 COPY requirements.txt /requirements.txt


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