mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Install additional necessary packages
This commit is contained in:
@@ -26,6 +26,8 @@ RUN apt-get update \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-wheel \
|
||||
pkg-config \
|
||||
libcairo2-dev \
|
||||
git
|
||||
|
||||
# Set up the application
|
||||
@@ -87,8 +89,8 @@ RUN . /home/wger/venv/bin/activate \
|
||||
&& wger create-settings --database-path /home/wger/db/database.sqlite \
|
||||
&& wger bootstrap \
|
||||
&& wger load-online-fixtures \
|
||||
&& python3 manage.py download-exercise-images \
|
||||
&& python3 manage.py sync-exercises
|
||||
&& python3 manage.py sync-exercises \
|
||||
&& python3 manage.py download-exercise-images
|
||||
|
||||
|
||||
# Change permissions of some files and folders so the apache process
|
||||
|
||||
@@ -21,6 +21,8 @@ RUN apt-get update \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-wheel \
|
||||
pkg-config \
|
||||
libcairo2-dev \
|
||||
git \
|
||||
libpq-dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user