add missing libmariadb3 package, update gunicorn package hash, resolves #113

This commit is contained in:
meeb
2021-04-28 23:20:21 +10:00
parent 2d992cbb90
commit 9ccb9db6de
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ RUN set -x && \
apt-get update && \
# Install required distro packages
apt-get -y install nginx-light && \
apt-get -y --no-install-recommends install python3 python3-setuptools python3-pip python3-dev gcc make default-libmysqlclient-dev && \
apt-get -y --no-install-recommends install python3 python3-setuptools python3-pip python3-dev gcc make default-libmysqlclient-dev libmariadb3 && \
# Install pipenv
pip3 --disable-pip-version-check install pipenv && \
# Create a 'app' user which the application will run as