diff --git a/Dockerfile b/Dockerfile index 2eafe67734071d25fded41fb5668dfd639436d7e..f8c61f6acf61c6591ecda6dbe658308ff77f30fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim ADD requirements.txt /requirements.txt RUN apt-get update -y \ - && apt-get install -y -qq graphviz sshpass openssh-client rsync \ + && apt-get install -y -qq git graphviz sshpass openssh-client rsync \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /tmp/* /var/tmp/*