Skip to content

Commit 398af89

Browse files
committed
add libyaml
1 parent f24a486 commit 398af89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN gem update --system --no-document && \
3535

3636
FROM base as build_deps
3737

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

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

0 commit comments

Comments
 (0)