aboutsummaryrefslogtreecommitdiff
path: root/src/git-snapshot/Dockerfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2020-01-25 17:27:33 -0800
committerMax Resnick <max@ofmax.li>2020-01-25 17:28:12 -0800
commit5bab94173380a3452d4e5e1e70f9185c2557e6f9 (patch)
tree939e889baaec8d26275193e74184163ba8584615 /src/git-snapshot/Dockerfile
parent129c8e002137f7ad129f98d5543297ae37e59b09 (diff)
downloadgrumpy-containers-5bab94173380a3452d4e5e1e70f9185c2557e6f9.tar.gz
adds git-snapshot, add snapshots to cgit, remove gitsnapshot
Diffstat (limited to 'src/git-snapshot/Dockerfile')
-rw-r--r--src/git-snapshot/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile
new file mode 100644
index 0000000..e2c23a5
--- /dev/null
+++ b/src/git-snapshot/Dockerfile
@@ -0,0 +1,7 @@
+ARG GIT_SNAPSHOT=0.0.1
+FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.2
+ARG GIT_SNAPSHOT
+SHELL ["/bin/bash", "-c"]
+RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel \
+ && pip3 install https://git.ofmax.li/git-snapshot/snapshot/git-snapshot-${GIT_SNAPSHOT}.tar.gz
+WORKDIR "/var/lib/git"