File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY ./docker-entrypoint.sh /
2121COPY ./manage.py /usr/local/bin/
2222
2323RUN adduser --system --group --shell /bin/bash wirecloud && \
24- pip install --no-cache-dir channels asgi_ipc asgi_redis asgi_rabbitmq && \
24+ pip install --no-cache-dir " channels<2.4.0" asgi_ipc asgi_redis asgi_rabbitmq && \
2525 mkdir -p /opt/wirecloud_instance /var/www/static && \
2626 cd /opt && \
2727 wirecloud-admin startproject wirecloud_instance wirecloud_instance && \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY ./docker-entrypoint.sh /
2121COPY ./manage.py /usr/local/bin/
2222
2323RUN adduser --system --group --shell /bin/bash wirecloud && \
24- pip install --no-cache-dir channels asgi_ipc asgi_redis asgi_rabbitmq wirecloud_keycloak && \
24+ pip install --no-cache-dir " channels<2.4.0" asgi_ipc asgi_redis asgi_rabbitmq wirecloud_keycloak && \
2525 mkdir -p /opt/wirecloud_instance /var/www/static && \
2626 cd /opt && \
2727 wirecloud-admin startproject wirecloud_instance wirecloud_instance && \
You can’t perform that action at this time.
0 commit comments