Skip to content

Commit 78c736c

Browse files
committed
remove obsolete comment about "mysql.he.net"
1 parent 254aff1 commit 78c736c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

5.5/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/li
3232
ENV MYSQL_MAJOR 5.5
3333
ENV MYSQL_VERSION 5.5.52
3434

35-
# note: we're pulling the *.asc file from mysql.he.net instead of dev.mysql.com because the official mirror 404s that file for whatever reason - maybe it's at a different path?
3635
RUN apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
3736
&& wget "https://cdn.mysql.com/Downloads/MySQL-$MYSQL_MAJOR/mysql-$MYSQL_VERSION-linux2.6-x86_64.tar.gz" -O mysql.tar.gz \
3837
&& wget "https://cdn.mysql.com/Downloads/MySQL-$MYSQL_MAJOR/mysql-$MYSQL_VERSION-linux2.6-x86_64.tar.gz.asc" -O mysql.tar.gz.asc \

0 commit comments

Comments
 (0)