diff --git a/mysql-5.7.38/dockerfile.2image b/mysql-5.7.38/dockerfile.2image index 8ac230c..adf0c69 100644 --- a/mysql-5.7.38/dockerfile.2image +++ b/mysql-5.7.38/dockerfile.2image @@ -21,7 +21,7 @@ ENV MYSQL_VERSION 5.7.38-ubuntu20.10 ENV GOSU_VERSION 1.14 COPY install-db.sh /usr/local/bin/ RUN bash /usr/local/bin/install-db.sh Modify_Source && ls -l /usr/local/mysql && ln -sf /usr/local/mysql/bin/* /usr/local/bin/ && ls -l /usr/local/bin \ - && apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr wget curl tzdata libaio-dev numactl perl bzip2 openssl zstd xz-utils && rm -rf /var/lib/apt/lists/* + && apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr wget curl tzdata libaio-dev numactl bzip2 openssl && rm -rf /var/lib/apt/lists/* RUN set -eux; \ # TODO find a better userspace architecture detection method than querying the kernel arch="$(uname -m)"; \