From 875f8f05818b858fd771c193f18442dad373bf3d Mon Sep 17 00:00:00 2001 From: thierrylahaije Date: Tue, 27 Aug 2024 03:12:04 +0200 Subject: [PATCH] Adjusted Dockerfile with pillow and adjusted popular pages for issue #1209 --- Dockerfile | 3 ++- static/json/pages.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b36a0d8fd..df05dca0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ RUN pip install --no-cache-dir Flask-SQLAlchemy \ markdown \ Flask-Assets \ google-api-python-client \ - gunicorn + gunicorn \ + Pillow RUN npm install -g sass diff --git a/static/json/pages.json b/static/json/pages.json index 87e9e97e9..8a24aaed2 100644 --- a/static/json/pages.json +++ b/static/json/pages.json @@ -5,8 +5,7 @@ {"path": "/topics/Computer-Setup/software-installation/Python/python/", "title": "Set up Python"}, {"path": "/topics/Computer-Setup/software-installation/RStudio/r/", "title": "Set up R and RStudio"}, {"path": "/topics/Manage-manipulate/Loading/getting-started/data-preparation-workflow-management/", "title": "Data Preparation and Workflow Management"}, - {"path": "/about/", "title": "About"}, - {"path": "/building-blocks/", "title": "Building Blocks"}, + {"path": "/about", "title": "About"}, {"path": "/topics/Research-skills/templates-dynamic-content/templates/amsmath-latex-cheatsheet/", "title": "Cheatsheet for LaTeX Math Commands"}, {"path": "/topics/", "title": "Topics"} ]