Update Dockerfile

This commit is contained in:
Marc Aymerich 2015-10-03 20:10:42 +02:00
parent a333ab94bb
commit 92bb261ec4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM debian:latest
RUN apt-get -y update && apt-get install -y curl sudo
RUN export TERM=xterm; curl http://git.io/orchestra-admin | bash -s install_requirements
RUN export TERM=xterm; curl -L http://git.io/orchestra-admin | bash -s install_requirements
RUN apt-get clean