Fix bad MySQL package in Dockerfile
This commit is contained in:
parent
81d5bd9a14
commit
b1e77de4b3
@ -33,7 +33,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrad
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
|
||||
libpq-dev \
|
||||
postgresql-client-$PG_VERSION \
|
||||
mysql-client \
|
||||
default-mysql-client \
|
||||
nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user