Skip to content

Commit

Permalink
Add libyaml-dev
Browse files Browse the repository at this point in the history
Psych needs this now
  • Loading branch information
tvdeyen committed Feb 22, 2024
1 parent e733d39 commit c940735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN volta install node@${NODE_VERSION} && \

FROM base as build_deps

ARG BUILD_PACKAGES="git build-essential libpq-dev wget vim curl gzip xz-utils libsqlite3-dev"
ARG BUILD_PACKAGES="git build-essential libpq-dev wget vim curl gzip xz-utils libsqlite3-dev libyaml-dev"
ENV BUILD_PACKAGES ${BUILD_PACKAGES}

RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt \
Expand Down

0 comments on commit c940735

Please sign in to comment.