We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24a486 commit 398af89Copy full SHA for 398af89
Dockerfile
@@ -35,7 +35,7 @@ RUN gem update --system --no-document && \
35
36
FROM base as build_deps
37
38
-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"
39
ENV BUILD_PACKAGES ${BUILD_PACKAGES}
40
41
RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt \
0 commit comments