Skip to content

Commit

Permalink
Trying a symlink from MariaDB to MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
louispt1 committed Dec 10, 2024
1 parent fad05a7 commit 39485b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
# ENV BUNDLE_BUILD__MYSQL2="--with-mysql-config=/usr/bin/mysql_config"
# ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

# Symlink MariaDB to MySQL
RUN ln -s /usr/lib/x86_64-linux-gnu/libmariadb.so /usr/lib/x86_64-linux-gnu/libmysqlclient.so.21

# Install Bundler
RUN gem update --system && gem install bundler

Expand Down

0 comments on commit 39485b0

Please sign in to comment.