use mariadb path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-10-14 21:13:55 +02:00
parent e7159583a8
commit 7663006e3c

View File

@@ -85,7 +85,7 @@ COPY --chown=mayan:mayan \
COPY --chown=mayan:mayan mayan /src/mayan
RUN sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mysql/mysql.h -i.bkp
RUN sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mariadb/mysql.h -i.bkp
# Install development packages needed to build the Python packages
RUN DEBIAN_FRONTEND=noninteractive \