diff options
| author | Max Resnick <max@ofmax.li> | 2020-01-25 17:27:33 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-01-25 17:28:12 -0800 |
| commit | 5bab94173380a3452d4e5e1e70f9185c2557e6f9 (patch) | |
| tree | 939e889baaec8d26275193e74184163ba8584615 /src/gitsnapshot/Dockerfile | |
| parent | 129c8e002137f7ad129f98d5543297ae37e59b09 (diff) | |
| download | grumpy-containers-5bab94173380a3452d4e5e1e70f9185c2557e6f9.tar.gz | |
adds git-snapshot, add snapshots to cgit, remove gitsnapshot
Diffstat (limited to 'src/gitsnapshot/Dockerfile')
| -rw-r--r-- | src/gitsnapshot/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gitsnapshot/Dockerfile b/src/gitsnapshot/Dockerfile deleted file mode 100644 index 9df41d2..0000000 --- a/src/gitsnapshot/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -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 |