Skip to content

Commit

Permalink
feat(docker): Updated mysql client dependency to mariadb client
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi0lii committed Jun 5, 2020
1 parent c8b515a commit 1ee588b
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 @@ -2,7 +2,7 @@ FROM python:3.8.3-slim

# Install needed packages
RUN apt-get update && apt-get upgrade -y && apt-get autoremove && apt-get autoclean
RUN apt-get install -y python3 python3-pip pipenv nginx vim mysql-client libmysqlclient-dev
RUN apt-get install -y python3 python3-pip pipenv nginx vim mysql-client libmariadb-dev
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

Expand Down

0 comments on commit 1ee588b

Please sign in to comment.