Skip to content

Commit

Permalink
Add gcompat library to Docker base image for convenience (runatlantis…
Browse files Browse the repository at this point in the history
…#2175)

Co-authored-by: Jörg Herzinger <joerg.herzinger@bytesource.net>
  • Loading branch information
2 people authored and krrrr38 committed Dec 16, 2022
1 parent 91c0ec6 commit ef932f9
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 ef932f9

Please sign in to comment.