Skip to content

Commit

Permalink
Install libyaml-dev to build psych
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Nov 14, 2023
1 parent 2066bf4 commit 299cc1d
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 @@ -49,7 +49,7 @@ RUN gem update --system --no-document && \

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 299cc1d

Please sign in to comment.