Add SQLite3 to Dockerfile
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
Activity
enabled an automatic merge when the pipeline for 62098125 succeeds
assigned to @grzesiek
mentioned in commit 44c2ca5a
@jacobvosmaer-gitlab I'm going to merge this, to fix a
Dockerfile
. New image is already published in GDK's registry, no need to rebase MRs, retrying failedtest:install
job should do the trick!@grzesiek should we also update all the other
apt-get install
lines?@jacobvosmaer-gitlab I believe that we should! Yes!
Please register or sign in to reply