Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 01:39:13 -05:00 committed by GitHub
parent 6b93c09eb4
commit ee5350fefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ MAINTAINER MarkusMcNugen
VOLUME /downloads VOLUME /downloads
VOLUME /config VOLUME /config
ENV DEBIAN_FRONTEND noninteractive
# Update packages and install software # Update packages and install software
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install software-properties-common \ && apt-get -y install software-properties-common \