Skip to content

Instantly share code, notes, and snippets.

@wolkenarchitekt
Last active June 10, 2018 13:56
Show Gist options
  • Save wolkenarchitekt/e1d89c109d4eea454e478fc77d2d52d7 to your computer and use it in GitHub Desktop.
Save wolkenarchitekt/e1d89c109d4eea454e478fc77d2d52d7 to your computer and use it in GitHub Desktop.
Mysql Docker container fails to install native extensions for Sequel
FROM mysql:latest
RUN apt-get update
RUN apt-get install -y rubygems ruby-mysql2 wget build-essential libmysqlclient-dev ruby2*-dev sqlite3 libsqlite3-dev
RUN gem install sequel mysql2 sqlite3
RUN mkdir /temp
WORKDIR /temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment