Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiike committed Jan 27, 2022
1 parent cce7d35 commit 8e7f7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
rm -R aws && \
rm awscliv2.zip

ARG FLEXENTRY_VERSION=0.0.0
RUN curl -L https://github.com/mashiike/flexentry/releases/download/v${FLEXENTRY_VERSION}/flexentry_v${FLEXENTRY_VERSION}_linux_amd64.tar.gz | tar zxvf - && \
install flexentry_v${FLEXENTRY_VERSION}_linux_amd64/flexentry /usr/local/bin/
ARG FLEXENTRY_VERSION=0.1.0
RUN curl -L https://github.com/mashiike/flexentry/releases/download/v${FLEXENTRY_VERSION}/flexentry_${FLEXENTRY_VERSION}_linux_amd64.tar.gz | tar zxvf - && \
install flexentry /usr/local/bin/

ENTRYPOINT ["flexentry"]
```
Expand Down

0 comments on commit 8e7f7cb

Please sign in to comment.