Skip to content

Commit

Permalink
need ot install mysql drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Test committed Sep 13, 2024
1 parent d66b4bf commit 0aeffad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
FROM ruby:3.2.2

# Install dependencies
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client libsqlite3-dev build-essential
RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client libsqlite3-dev build-essential libmysqlclient-dev libmariadb-dev

# Set environment variables
ENV RAILS_ENV=production
Expand Down

0 comments on commit 0aeffad

Please sign in to comment.