Skip to content

Commit 47afdef

Browse files
committed
Removed Perl dependency (not needed for 5.7)
1 parent 8282b11 commit 47afdef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

5.7/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ FROM debian:wheezy
33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN groupadd -r mysql && useradd -r -g mysql mysql
55

6-
# FATAL ERROR: please install the following Perl modules before executing /usr/local/mysql/scripts/mysql_install_db:
7-
# File::Basename
8-
# File::Copy
9-
# Sys::Hostname
10-
# Data::Dumper
11-
RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf /var/lib/apt/lists/*
126

137
# gpg: key 5072E1F5: public key "MySQL Release Engineering <mysql-build@oss.oracle.com>" imported
148
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5

0 commit comments

Comments
 (0)