Skip to content

Commit 511a3c5

Browse files
committed
chore: add lib yaml to the Dockerfile
1 parent 20cc956 commit 511a3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM base as build
1919

2020
# Install packages needed to build gems
2121
RUN apt-get update -qq && \
22-
apt-get install --no-install-recommends -y build-essential git libpq-dev libvips pkg-config
22+
apt-get install --no-install-recommends -y build-essential git libpq-dev libvips libyaml-dev pkg-config
2323

2424
# Install application gems
2525
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)