Skip to content

Commit

Permalink
Merge pull request #56 from alphagov/sengi/libyaml
Browse files Browse the repository at this point in the history
Add libyaml headers to builder image.
  • Loading branch information
sengi authored Oct 11, 2023
2 parents b2aca20 + 4472621 commit 3bca83f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
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 xz-utils
RUN install_packages \
g++ libc-dev libssl-dev make git gpg libmariadb-dev-compat libpq-dev \
libyaml-dev xz-utils

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

0 comments on commit 3bca83f

Please sign in to comment.