Skip to content

Commit cc1b39e

Browse files
Merge pull request #623 from cedarcode/nt--fix-deploy
Fix deploy
2 parents 0cf0e3b + a294eec commit cc1b39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM base AS build
2727

2828
# Install packages needed to build gems
2929
RUN apt-get update -qq && \
30-
apt-get install --no-install-recommends -y build-essential git libpq-dev pkg-config && \
30+
apt-get install --no-install-recommends -y build-essential git libpq-dev libyaml-dev pkg-config && \
3131
rm -rf /var/lib/apt/lists /var/cache/apt/archives
3232

3333
# Install application gems

0 commit comments

Comments
 (0)