Skip to content

Commit

Permalink
Merge pull request #623 from cedarcode/nt--fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy
  • Loading branch information
nicolastemciuc authored Jan 14, 2025
2 parents 0cf0e3b + a294eec commit cc1b39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM base AS build

# Install packages needed to build gems
RUN apt-get update -qq && \
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 && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Install application gems
Expand Down

0 comments on commit cc1b39e

Please sign in to comment.