diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/docker/catlfish-merge/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/docker/catlfish-merge/Dockerfile b/packaging/docker/catlfish-merge/Dockerfile index 82b46fa..b2ecc68 100644 --- a/packaging/docker/catlfish-merge/Dockerfile +++ b/packaging/docker/catlfish-merge/Dockerfile @@ -8,7 +8,7 @@ FROM base RUN apt-get update RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections -RUN apt-get -y -q install python-ecdsa python-yaml +RUN apt-get -y -q install git python-ecdsa python-yaml WORKDIR /usr/local/src RUN git clone https://git.nordu.net/catlfish.git |