rebase mariadb feature onto dev

This commit is contained in:
Brian Kelly
2022-05-03 20:13:13 -06:00
committed by Trenton Holmes
parent 15d074d39c
commit 65cfd55027
10 changed files with 268 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ ARG RUNTIME_PACKAGES="\
curl \
file \
# fonts for text file thumbnail generation
default-libmysqlclient-dev \
fonts-liberation \
gettext \
ghostscript \
@@ -186,6 +187,7 @@ COPY Pipfile* ./
ARG BUILD_PACKAGES="\
build-essential \
git \
mariadb-client \
python3-dev"
RUN set -eux \