fix ipython-controller build fail (#2027)
This commit is contained in:
parent
d964e2898c
commit
d404555cf5
|
@ -30,6 +30,7 @@ env:
|
||||||
- PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
|
- PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
|
||||||
- PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 haproxy"
|
- PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 haproxy"
|
||||||
- PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
|
- PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
|
||||||
|
- PHP_VERSION=NA BUILD_SERVICE="ipython-controller"
|
||||||
# - PHP_VERSION=NA BUILD_SERVICE="aws"
|
# - PHP_VERSION=NA BUILD_SERVICE="aws"
|
||||||
|
|
||||||
# Installing a newer Docker version
|
# Installing a newer Docker version
|
||||||
|
|
|
@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apk add --no-cache build-base
|
RUN apk add --no-cache build-base zeromq-dev
|
||||||
|
|
||||||
RUN python -m pip --quiet --no-cache-dir install \
|
RUN python -m pip --quiet --no-cache-dir install \
|
||||||
ipyparallel
|
ipyparallel
|
||||||
|
|
|
@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apk add --no-cache build-base
|
RUN apk add --no-cache build-base zeromq-dev
|
||||||
|
|
||||||
RUN python -m pip --quiet --no-cache-dir install \
|
RUN python -m pip --quiet --no-cache-dir install \
|
||||||
ipyparallel \
|
ipyparallel \
|
||||||
|
|
Loading…
Reference in New Issue