We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6dfd commit 89344d6Copy full SHA for 89344d6
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
tzdata \
15
curl \
16
libcurl4-openssl-dev \
17
+ libyaml-dev \
18
&& rm -rf /var/lib/apt/lists/*
19
20
# Will invalidate cache as soon as the Gemfile changes
0 commit comments