Install yaml headers
All checks were successful
Ruby CI / test (pull_request) Successful in 21s
Deploy / deploy (push) Successful in 3m56s

This commit is contained in:
Andrew Tomaka 2025-06-16 23:02:38 -04:00
parent d1d141d65f
commit 6c592ea31e
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -29,7 +29,7 @@ FROM base AS build
# Install packages needed to build gems
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential git pkg-config && \
apt-get install --no-install-recommends -y build-essential git pkg-config libyaml-dev && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Install application gems