Skip to content

Instantly share code, notes, and snippets.

@reke592
Created May 16, 2024 05:04
Show Gist options
  • Save reke592/c97ca96509ee848f08531a68fe77fa4a to your computer and use it in GitHub Desktop.
Save reke592/c97ca96509ee848f08531a68fe77fa4a to your computer and use it in GitHub Desktop.

Revisions

  1. reke592 created this gist May 16, 2024.
    7 changes: 7 additions & 0 deletions Dockerfile
    Original 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