Skip to content

Commit

Permalink
fix git version dockerfile
Browse files Browse the repository at this point in the history
baldarn committed Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a718e90 commit 82a976a
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
@@ -19,7 +19,7 @@ FROM --platform=$TARGETPLATFORM base as build

# Install packages needed to build gems
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential=12* git=1 libpq-dev=15* libvips42=8* pkg-config=1* nodejs=18*
apt-get install --no-install-recommends -y build-essential=12* git=1* libpq-dev=15* libvips42=8* pkg-config=1* nodejs=18*

# Install application gems
COPY Gemfile Gemfile.lock .ruby-version ./

0 comments on commit 82a976a

Please sign in to comment.