modify source of orchestra-admin
This commit is contained in:
parent
f0fadf8bba
commit
e2ef8823f8
|
@ -2,7 +2,7 @@ FROM debian:9-slim
|
||||||
|
|
||||||
RUN apt-get -y update && apt-get install -y curl sudo
|
RUN apt-get -y update && apt-get install -y curl sudo
|
||||||
|
|
||||||
RUN export TERM=urxvt; curl -L http://git.io/orchestra-admin | bash -s install_requirements
|
RUN export TERM=xterm; curl -L https://raw.githubusercontent.com/ribaguifi/django-orchestra/docker/scripts/containers/orchestra-admin | bash -s install_requirements
|
||||||
|
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue