We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b37c0 commit 98972aaCopy full SHA for 98972aa
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