Skip to content

Commit

Permalink
feat(dockerfile) remove aliyun cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Willis Chou committed Jun 30, 2021
1 parent f9f7c13 commit 3b93a1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ RUN apk add --update alpine-sdk make libressl-dev
RUN git clone https://github.com/AGWA/git-crypt.git \
&& cd git-crypt \
&& make \
&& make install PREFIX=/usr/local
# aliyun cli v3.0.14
RUN curl -L -O https://github.com/aliyun/aliyun-cli/releases/download/v3.0.14/aliyun-cli-linux-amd64.tar.gz \
&& tar zxvf aliyun-cli-linux-amd64.tar.gz \
&& sudo mv aliyun /usr/local/bin/aliyun
&& make install PREFIX=/usr/local

0 comments on commit 3b93a1e

Please sign in to comment.