When I remember correctly, I fixed it by adding the following packages to the appropriate line (line 47 in my version) in the Dockerfile:
RUN apt-get install -y nginx mysql-client libmysqlclient-dev
When I remember correctly, I fixed it by adding the following packages to the appropriate line (line 47 in my version) in the Dockerfile:
RUN apt-get install -y nginx mysql-client libmysqlclient-dev