added git

This commit is contained in:
konrad 2019-01-21 22:22:29 +01:00
parent d306f5c492
commit 3e5d9a3038
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install reprepro expect make git-y
apt-get install reprepro expect make git -y
ADD reprepro_expect.sh /usr/local/bin/reprepro_expect
RUN chmod +x /usr/local/bin/reprepro_expect