Update Dockerfile

This commit is contained in:
Theodotos Andreou 2016-09-22 23:49:00 +03:00 committed by GitHub
부모 69c132e01a
커밋 042f0f5fb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -6,6 +6,7 @@ FROM debian:jessie
MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm
RUN apt-get update && \
apt-get -q -y dist-upgrade && \
apt-get install -q -y \
software-properties-common \
python-software-properties \