fix dockerfiel

This commit is contained in:
konrad 2019-01-20 23:32:27 +01:00
parent a3ed19738b
commit e8eff5e35b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM debian
RUN apt update -y && \
apt upgrade && \
apt install reprepro expect
apt upgrade -y && \
apt install reprepro expect -y
ADD reprepro_expect.sh /usr/local/bin/reprepro_expect