Created
December 30, 2019 08:51
-
-
Save usualoma/91ca1af3cdbe8c2d273307e120faefbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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