Created
May 16, 2024 05:04
-
-
Save reke592/c97ca96509ee848f08531a68fe77fa4a to your computer and use it in GitHub Desktop.
Revisions
-
reke592 created this gist
May 16, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ FROM mysql:8.0.15 RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list && \ apt-get update && \ apt-get install -y libgoogle-perftools-dev # ENV LD_PRELOAD=/usr/lib/libtcmalloc.so.4