Skip to content

Commit 89344d6

Browse files
committed
Add libyaml-dev to Dockerfile dependencies
1 parent 5cd6dfd commit 89344d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
tzdata \
1515
curl \
1616
libcurl4-openssl-dev \
17+
libyaml-dev \
1718
&& rm -rf /var/lib/apt/lists/*
1819

1920
# Will invalidate cache as soon as the Gemfile changes

0 commit comments

Comments
 (0)