Skip to content

Commit

Permalink
add mysql client libs to runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
micheloosterhof committed Mar 27, 2021
1 parent e262dd6 commit aa65a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
libffi6 \
procps \
python3 \
default-libmysqlclient-dev \
python3-distutils && \
rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/python3 /usr/local/bin/python
Expand Down

0 comments on commit aa65a14

Please sign in to comment.