Skip to content

Commit 9e45aa8

Browse files
authored
Merge pull request #21821 from igor-alexandrov/rails-libyaml-dev
Added libyaml-dev to the Rails Dockerfile example
2 parents 461e46c + 98972aa commit 9e45aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/ruby/containerize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FROM base AS build
6767

6868
# Install packages needed to build gems
6969
RUN apt-get update -qq && \
70-
apt-get install --no-install-recommends -y build-essential curl git pkg-config && \
70+
apt-get install --no-install-recommends -y build-essential curl git pkg-config libyaml-dev && \
7171
rm -rf /var/lib/apt/lists /var/cache/apt/archives
7272

7373
# Install JavaScript dependencies and Node.js for asset compilation

0 commit comments

Comments
 (0)