We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9061399 + accf07c commit cf0ce72Copy full SHA for cf0ce72
Dockerfile
@@ -21,7 +21,8 @@ ENV RAILS_ENV="production" \
21
FROM base as build
22
23
# Install packages needed to build gems
24
-RUN apt-get install --no-install-recommends -y build-essential git pkg-config
+RUN apt-get update -qq && \
25
+ apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
26
27
# Install application gems
28
COPY .ruby-version Gemfile Gemfile.lock ./
0 commit comments