Skip to content

Commit

Permalink
Fixed Docker image for linux/arm64 - fixes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 12, 2024
1 parent b98859c commit 23b579c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.6 (unreleased)

- Fixed Docker image for `linux/arm64`

## 0.5.5 (2024-06-02)

- Updated pg_query to 5.1+ to fix installation on Windows
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ruby:3.3.2-alpine3.19
MAINTAINER Andrew Kane <[email protected]>

RUN apk add --update build-base libpq-dev && \
gem install google-protobuf -v "< 4" --platform ruby && \
gem install pgdexter && \
apk del build-base && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 23b579c

Please sign in to comment.