Skip to content

Commit

Permalink
[Quickfix] Add gcompact to container images (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas authored May 17, 2024
1 parent b12f5e1 commit 6bd5fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG TARGETARCH
# Use `1025` G/UID so users can switch between this and `heighliner` image without a need to chown the files.
RUN addgroup --gid 1025 -S pocket && adduser --uid 1025 -S pocket -G pocket

# Install gcompat to provide compatibility with glibc binary on amd64
RUN apk add --no-cache gcompat

COPY --chown=pocket:pocket release_binaries/poktroll_linux_$TARGETARCH /bin/poktrolld

USER pocket
Expand Down

0 comments on commit 6bd5fd3

Please sign in to comment.