updated Dockerfile

This commit is contained in:
konrad 2019-01-20 23:33:57 +01:00
parent e8eff5e35b
commit ef8f08c37b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

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