We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 461e46c + 98972aa commit 9e45aa8Copy full SHA for 9e45aa8
content/guides/ruby/containerize.md
@@ -67,7 +67,7 @@ FROM base AS build
67
68
# Install packages needed to build gems
69
RUN apt-get update -qq && \
70
- apt-get install --no-install-recommends -y build-essential curl git pkg-config && \
+ apt-get install --no-install-recommends -y build-essential curl git pkg-config libyaml-dev && \
71
rm -rf /var/lib/apt/lists /var/cache/apt/archives
72
73
# Install JavaScript dependencies and Node.js for asset compilation
0 commit comments