Skip to content

Commit

Permalink
Add cmake to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 7, 2024
1 parent 3be86ec commit 0e909b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apk add --update \
tzdata \
curl-dev \
libc6-compat \
cmake \
&& rm -rf /var/cache/apk/*

# Will invalidate cache as soon as the Gemfile changes
Expand Down

0 comments on commit 0e909b6

Please sign in to comment.