We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7ed93a + a6cdeae commit 2abea01Copy full SHA for 2abea01
Dockerfile
@@ -33,7 +33,7 @@ FROM base AS build
33
34
# Install packages needed to build gems
35
RUN apt-get update -qq && \
36
- apt-get install --no-install-recommends -y build-essential git libpq-dev pkg-config && \
+ apt-get install --no-install-recommends -y build-essential git libpq-dev libyaml-dev pkg-config && \
37
rm -rf /var/lib/apt/lists /var/cache/apt/archives
38
39
# Install application gems
Dockerfile.dev
@@ -12,6 +12,7 @@ ENV RAILS_ENV=development \
12
RUN apk add --no-cache \
13
build-base \
14
postgresql-dev \
15
+ yaml-dev \
16
git \
17
tzdata \
18
bash \
0 commit comments