Skip to content

Commit

Permalink
Merge pull request #5444 from planetscale/jacques_malloc
Browse files Browse the repository at this point in the history
Add jemalloc and tcmalloc to the image build.
  • Loading branch information
sougou committed Nov 25, 2019
2 parents 7983603 + a2dd6aa commit 2a9357a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/lite/Dockerfile
Expand Up @@ -47,6 +47,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
libmysqlclient20 \
mysql-client \
mysql-server \
libjemalloc1 \
libtcmalloc-minimal4 \
&& wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.4.13/binary/debian/stretch/x86_64/percona-xtrabackup-24_2.4.13-1.stretch_amd64.deb \
&& dpkg -i percona-xtrabackup-24_2.4.13-1.stretch_amd64.deb \
&& rm -f percona-xtrabackup-24_2.4.13-1.stretch_amd64.deb \
Expand Down

0 comments on commit 2a9357a

Please sign in to comment.