Skip to content

Commit

Permalink
Fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hooopo committed May 24, 2023
1 parent 111af8f commit 1a3c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install MySQL client and development libraries
RUN apt-get update -qq && \
apt-get install -y default-mysql-client libmysqlclient-dev
apt-get install -y default-mysql-client default-libmysqlclient-dev

# Set argument variables
ARG DATABASE_URL
Expand Down

0 comments on commit 1a3c4fd

Please sign in to comment.