Skip to content

Commit

Permalink
Add gcompat library to Docker base image for convenience (#2175)
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Herzinger <joerg.herzinger@bytesource.net>
  • Loading branch information
joerg and joerg authored May 13, 2022
1 parent c6700c4 commit 87c967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV GIT_LFS_VERSION=3.1.2
ARG TARGETPLATFORM

# Install packages needed for running Atlantis.
RUN apk add --no-cache ca-certificates curl git unzip bash openssh libcap dumb-init && \
RUN apk add --no-cache ca-certificates curl git unzip bash openssh libcap dumb-init gcompat && \
# Install packages needed for building dependencies.
apk add --no-cache --virtual .build-deps gnupg openssl && \
mkdir -p /tmp/build && \
Expand Down

0 comments on commit 87c967d

Please sign in to comment.