Fix second typo

This commit is contained in:
Jean Froment 2017-03-27 15:31:17 +02:00
parent 3553345b56
commit 0321415c58
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER Jean Froment <froment.je@gmail.com>
RUN apk update
RUN apk add --update ca-certificates curl wget unzip && update-ca-certificates \
&& $wt_tag=$(curl -sX GET "https://api.github.com/repos/ukdtom/WebTools.bundle/releases/latest" \
&& wt_tag=$(curl -sX GET "https://api.github.com/repos/ukdtom/WebTools.bundle/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]') \
&& curl -sL "https://github.com/ukdtom/WebTools.bundle/releases/download/$wt_tag/WebTools.bundle.zip" \
| tar xz -C /opt \