Skip to content

Commit 2abea01

Browse files
authored
Merge branch 'main' into provider-specific-csv-files-420
2 parents e7ed93a + a6cdeae commit 2abea01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM base AS build
3333

3434
# Install packages needed to build gems
3535
RUN apt-get update -qq && \
36-
apt-get install --no-install-recommends -y build-essential git libpq-dev pkg-config && \
36+
apt-get install --no-install-recommends -y build-essential git libpq-dev libyaml-dev pkg-config && \
3737
rm -rf /var/lib/apt/lists /var/cache/apt/archives
3838

3939
# Install application gems

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ENV RAILS_ENV=development \
1212
RUN apk add --no-cache \
1313
build-base \
1414
postgresql-dev \
15+
yaml-dev \
1516
git \
1617
tzdata \
1718
bash \

0 commit comments

Comments
 (0)