Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created December 30, 2019 08:51
Show Gist options
  • Save usualoma/91ca1af3cdbe8c2d273307e120faefbb to your computer and use it in GitHub Desktop.
Save usualoma/91ca1af3cdbe8c2d273307e120faefbb to your computer and use it in GitHub Desktop.
FROM centos:7
RUN set -ex \
\
&& yum localinstall -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm \
&& yum install -y gcc make \
mysql-community-libs-compat mysql-community-devel \
perl-DBD-MySQL perl-Compress-Raw-Zlib ImageMagick-perl \
zlib-devel
Add test.png .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment