Skip to content

Commit

Permalink
Install libc6-compat in docker image to make azure plugin work
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Jan 15, 2020
1 parent 9a77743 commit 4e53722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV CNAB_ARM_DRIVER_REPO=$CNAB_ARM_DRIVER_REPO
ENV TOOLHOME="/usr/local/bin"
ENV PORTER_HOME="/usr/local/bin/.porter"

RUN apk add --update curl coreutils && rm -rf /var/cache/apk/*
RUN apk add --update curl coreutils libc6-compat && rm -rf /var/cache/apk/*

# Install porter

Expand Down

0 comments on commit 4e53722

Please sign in to comment.