mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-09 05:03:56 +00:00
Really fix building (#5745)
Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
8a0cb1137e
commit
a2d7895586
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ RUN source /env-cargo && \
|
|||
# The version is linked to the mariadb-connector-c a.k.a libmariadb-dev version
|
||||
# See: https://mariadb.com/kb/en/about-mariadb-connector-c/
|
||||
echo "export MYSQLCLIENT_VERSION=3.3.14" >> /env-cargo ; \
|
||||
# echo "export MYSQLCLIENT_INCLUDE_DIR=/usr/include/mariadb" >> /env-cargo && \
|
||||
# echo "export MYSQLCLIENT_LIB_DIR=/usr/lib/$(xx-info)" >> /env-cargo ; \
|
||||
echo "export MYSQLCLIENT_INCLUDE_DIR=/usr/include/mariadb" >> /env-cargo && \
|
||||
echo "export MYSQLCLIENT_LIB_DIR=/usr/lib/$(xx-info)" >> /env-cargo ; \
|
||||
fi && \
|
||||
# Output the current contents of the file
|
||||
cat /env-cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue