aboutsummaryrefslogtreecommitdiff
path: root/src/git-snapshot/Dockerfile
blob: 87e08a6dfaf883082f87d73fe1d74d5a5235779a (plain)
1
2
3
4
5
6
7
ARG GIT_SNAPSHOT=0.0.1
FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3
ARG GIT_SNAPSHOT
SHELL ["/bin/bash", "-c"]
RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel git \
        && pip3 install https://git.ofmax.li/git-snapshot/snapshot/git-snapshot-${GIT_SNAPSHOT}.tar.gz
WORKDIR "/var/lib/git"