FROM python:3-slim-buster RUN pip install awscli && apt-get update -y && apt-get install -y git && apt-get clean COPY gitbackup.sh /opt/app/gitbackup.sh RUN chmod +x /opt/app/gitbackup.sh