Skip to content

Commit

Permalink
Add remaining missing headers to builder image.
Browse files Browse the repository at this point in the history
We're not using any of these yet, but it makes sense to ship headers in
the builder image for all the libraries that we include in the base
image. Should reduce the chance of being caught out next time some
dependency starts requiring a native rubygem that depends on any of
those libs.
  • Loading branch information
sengi committed Oct 11, 2023
1 parent 3bca83f commit 02bcd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG RUBY_MAJOR
FROM ghcr.io/alphagov/govuk-ruby-base:${RUBY_MAJOR}

RUN install_packages \
g++ libc-dev libssl-dev make git gpg libmariadb-dev-compat libpq-dev \
libyaml-dev xz-utils
g++ git gpg libc-dev libcurl-dev libgdbm-dev libssl-dev \
libmariadb-dev-compat libpq-dev libyaml-dev make xz-utils

# Environment variables to make build cleaner and faster
ENV BUNDLE_IGNORE_MESSAGES=1 \
Expand Down

0 comments on commit 02bcd7c

Please sign in to comment.