aboutsummaryrefslogtreecommitdiff
path: root/src/gitsnapshot/Dockerfile
blob: 9df41d2bdf9bc61e373fcf7b46183d5a1eb079dd (plain)
1
2
3
4
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