updated Dockerfile

This commit is contained in:
konrad 2019-01-20 23:46:54 +01:00
parent d65360f353
commit 33d81a5dbf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install reprepro expect make -y
ADD reprepro_expect.sh /usr/local/bin/reprepro_expect
RUN chmod +x /usr/local/bin/reprepro_expect