Skip to content

Commit

Permalink
bugfix: fixes tar bug documented in coreos/bugs#1095
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Haaf committed Oct 1, 2018
1 parent bb902a3 commit e62b7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM alpine:3.6
MAINTAINER [email protected]

ARG DEIS_WORKFLOW_CLI_VERSION=v2.18.0
RUN apk add --no-cache bash curl git jq openssh-client \
RUN apk add --no-cache bash curl git jq openssh-client libarchive-tools \
&& ln -sf $(which bsdtar) $(which tar) \
&& curl -fsSLO https://raw.githubusercontent.com/deis/deis.io/gh-pages/deis-cli/install-v2.sh \
&& bash install-v2.sh $DEIS_WORKFLOW_CLI_VERSION \
&& mv deis /usr/bin/ \
Expand Down

0 comments on commit e62b7f8

Please sign in to comment.