Skip to content

Commit

Permalink
Can we build ffi now?
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Jul 12, 2024
1 parent 8323a7b commit 48b624a
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 @@ -42,7 +42,7 @@ FROM base

# Install packages needed for running the tests
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y curl git && \
apt-get install --no-install-recommends -y build-essentials curl git && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Copy built artifacts: gems, application
Expand Down

0 comments on commit 48b624a

Please sign in to comment.