Skip to content

Commit

Permalink
use gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
DreaminDani committed Jul 14, 2019
1 parent af4fa35 commit e3962bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL "maintainer"="Daniel E. Sandoval <[email protected]>"
RUN apt-get update
RUN apt-get install -y ca-certificates uuid-runtime jq

ADD https://packages.cloudfoundry.org/stable?release=debian64&source=github /tmp/cf-cli.tgz
ADD https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github /tmp/cf-cli.tgz

RUN mkdir -p /usr/local/bin && \
tar -xzf /tmp/cf-cli.tgz -C /usr/local/bin && \
Expand Down

0 comments on commit e3962bb

Please sign in to comment.