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

This commit is contained in:
2019-10-14 21:17:16 +02:00
parent 7663006e3c
commit 7b4cd7ed12

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/mariadb/mysql.h -i.bkp
RUN sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mariadb/mysql/mysql.h -i.bkp
# Install development packages needed to build the Python packages
RUN DEBIAN_FRONTEND=noninteractive \