We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420b781 commit 8ddca95Copy full SHA for 8ddca95
1 file changed
1.3/Dockerfile
@@ -21,7 +21,7 @@ COPY ./docker-entrypoint.sh /
21
COPY ./manage.py /usr/local/bin/
22
23
RUN adduser --system --group --shell /bin/bash wirecloud && \
24
- pip install --no-cache-dir channels asgi_ipc asgi_redis asgi_rabbitmq wirecloud_keycloak && \
+ pip install --no-cache-dir "channels<2.4.0" asgi_ipc asgi_redis asgi_rabbitmq wirecloud_keycloak && \
25
mkdir -p /opt/wirecloud_instance /var/www/static && \
26
cd /opt && \
27
wirecloud-admin startproject wirecloud_instance wirecloud_instance && \
0 commit comments