Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 15, 2025
1 parent af71691 commit 4875a91
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 @@ -36,7 +36,7 @@ FROM base AS build
# Install packages needed to build gems
RUN set -eux; \
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 pkg-config libyaml-dev ; \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Install application gems
Expand Down

0 comments on commit 4875a91

Please sign in to comment.