From a1b0c9e3149763c2750eeeecf3dbfdb12410ad44 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 22 Oct 2019 13:54:40 +0200 Subject: [PATCH] We want mysqlslap these days. --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7de2f3b..742207a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,12 +40,6 @@ RUN apt-get -qq update && \ python3.5 python3.5-minimal libpython3.5-minimal \ && \ apt-get autoremove -yqq && \ - rm -rf \ - /usr/bin/mysqlslap \ - /usr/bin/mysqldump \ - /usr/bin/mysqlpump \ - /usr/bin/mysql_embedded \ - && \ curl -sS https://getcomposer.org/installer | php && \ mv composer.phar /usr/local/bin/composer && \ composer global require -q hirak/prestissimo && \