Skip to content

Commit d404555

Browse files
authored
fix ipython-controller build fail (laradock#2027)
1 parent d964e28 commit d404555

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030
- PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
3131
- PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 haproxy"
3232
- PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
33+
- PHP_VERSION=NA BUILD_SERVICE="ipython-controller"
3334
# - PHP_VERSION=NA BUILD_SERVICE="aws"
3435

3536
# Installing a newer Docker version

ipython/Dockerfile.controller

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
44

55
USER root
66

7-
RUN apk add --no-cache build-base
7+
RUN apk add --no-cache build-base zeromq-dev
88

99
RUN python -m pip --quiet --no-cache-dir install \
1010
ipyparallel
@@ -14,4 +14,4 @@ RUN ipython profile create --parallel --profile=default
1414
COPY ipcontroller-client.json /root/.ipython/profile_default/security/ipcontroller-client.json
1515
COPY ipcontroller-engine.json /root/.ipython/profile_default/security/ipcontroller-engine.json
1616

17-
CMD ["sh","-c","ipcontroller --ip=* --reuse"]
17+
CMD ["sh","-c","ipcontroller --ip=* --reuse"]

ipython/Dockerfile.engine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
44

55
USER root
66

7-
RUN apk add --no-cache build-base
7+
RUN apk add --no-cache build-base zeromq-dev
88

99
RUN python -m pip --quiet --no-cache-dir install \
1010
ipyparallel \

0 commit comments

Comments
 (0)