Skip to content

Add SQLite3 to Dockerfile

Grzegorz Bizon requested to merge fix/update-sqlite-in-dockerfiler into master

We recently added a new Gem that depend on SQLite3. It is required only in development environment.

  rspec_profiling (0.0.4)
      activerecord
      pg
      rails
      sqlite3

Because of that we now need to install development files of SQLite3 library in GDK image.

Merge request reports