Skip to content
Snippets Groups Projects
Commit ce6a491a authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Edit Dockerfile, added git

parent 35e46a16
Branches
Tags
No related merge requests found
FROM python:3.10-slim FROM python:3.10-slim
ADD requirements.txt /requirements.txt ADD requirements.txt /requirements.txt
RUN apt-get update -y \ 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 \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& rm -rf /tmp/* /var/tmp/* && rm -rf /tmp/* /var/tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment