diff --git a/Dockerfile b/Dockerfile index abfb2931..c8c33939 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN pip install -r requirements.txt +RUN pip install bjoern ARG app_version ENV SWINGMUSIC_APP_VERSION=$app_version