Skip to content

Commit

Permalink
Add libyaml-dev to Dockerfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 17, 2025
1 parent 5cd6dfd commit 89344d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tzdata \
curl \
libcurl4-openssl-dev \
libyaml-dev \
&& rm -rf /var/lib/apt/lists/*

# Will invalidate cache as soon as the Gemfile changes
Expand Down

0 comments on commit 89344d6

Please sign in to comment.