Browse Source

Merge pull request #14732 from jakesmith/hpcc-25601-add-sql-client-lib

HPCC-25601 Add missing mysql client lib to platform-core

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
40cb5fd341
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dockerfiles/platform-core/Dockerfile

+ 1 - 0
dockerfiles/platform-core/Dockerfile

@@ -38,6 +38,7 @@ RUN apt-get install -y \
   libpython3.8 \
   libmemcached11 \
   libmemcachedutil2 \
+  libmysqlclient21 \
   libxslt1.1 \
   locales \
   python \