浏览代码

add plotly and matplotlib dependencies to release container image (fixes plotly is missing from docker image #3098)

Rodja Trappe 1 年之前
父节点
当前提交
4b3eb852c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -19,7 +19,7 @@ LABEL maintainer="Zauberzeug GmbH <info@zauberzeug.com>"
 
 RUN python -m pip install --upgrade pip
 
-RUN python -m pip install nicegui==$VERSION itsdangerous isort docutils requests
+RUN python -m pip install nicegui[plotly,matplotlib]==$VERSION itsdangerous isort docutils requests
 
 WORKDIR /app