diff options
| author | Max Resnick <max@ofmax.li> | 2020-03-04 21:49:43 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-03-04 21:49:43 -0800 |
| commit | 54fbd4333809568e19da1cd3697f7a1e08aa51b3 (patch) | |
| tree | 6ee71cc51dee67afe7d9d45d7fae91b7d82683fc /src/git-snapshot | |
| parent | 8388c1e3e3e4f67fa9bf89ca8943e8ae0882e563 (diff) | |
| download | grumpy-containers-54fbd4333809568e19da1cd3697f7a1e08aa51b3.tar.gz | |
actually have git
Diffstat (limited to '')
| -rw-r--r-- | src/git-snapshot/Dockerfile | 2 | ||||
| -rw-r--r-- | src/git-snapshot/VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile index e2c23a5..3c78a99 100644 --- a/src/git-snapshot/Dockerfile +++ b/src/git-snapshot/Dockerfile @@ -2,6 +2,6 @@ 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 \ +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" diff --git a/src/git-snapshot/VERSION b/src/git-snapshot/VERSION index 45c7a58..f9cece5 100644 --- a/src/git-snapshot/VERSION +++ b/src/git-snapshot/VERSION @@ -1 +1 @@ -v0.0.1 +v0.0.3 |