Skip to content

Commit

Permalink
Add libc6-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Laine committed Dec 21, 2020
1 parent 7bf30a1 commit 70f90ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ RUN addgroup -g 1000 -S ${GROUP} && \

RUN mkdir -p /usr/src

# libc6-compat is needed to load local terraform providers
RUN apk update && \
apk add bash
apk add bash libc6-compat

# Base should always be first
COPY install-scripts/base.sh /usr/src/install-scripts/base.sh
Expand Down

0 comments on commit 70f90ac

Please sign in to comment.