Skip to content
Snippets Groups Projects
Commit 315554ec authored by David Trattnig's avatar David Trattnig
Browse files

Gunicorn is installed as a Python package.

parent 73b43ceb
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ RUN set -ex \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends \
supervisor \
gunicorn \
redis-server \
libsndfile1 \
ffmpeg \
......
......@@ -27,7 +27,6 @@ Additionally you'll need these system packages:
```bash
apt-get install \
supervisor \
gunicorn \
redis-server \
libsndfile1 \
ffmpeg \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment