Skip to content

Commit

Permalink
Merge pull request #78 from hoechenberger/flask
Browse files Browse the repository at this point in the history
PKG: Depend on matplotlib-base to avoid unnecessary dependencies
  • Loading branch information
hoechenberger authored Dec 24, 2019
2 parents f3e2472 + a109cc8 commit b2299af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile-flask
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM continuumio/miniconda3:latest

RUN conda update -y -n base conda
RUN conda update -y -n base -c defaults conda
RUN conda install -y -c conda-forge \
flask flask-login flask-restplus flask-sqlalchemy \
gunicorn passlib itsdangerous json_tricks mysqlclient \
openpyxl configobj matplotlib pillow xlsxwriter future \
openpyxl configobj matplotlib-base pillow xlsxwriter future \
"questplus >=2019.4"

# Install version of PsychoPy that supports QUEST+
Expand Down

0 comments on commit b2299af

Please sign in to comment.