Fix typo *shame*

P
This commit is contained in:
Jean Froment 2017-03-27 15:27:41 +02:00
parent bed71a665e
commit 3553345b56
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.5
MAINTAINER Jean Froment <froment.je@gmail.com>
RUN apk updadate
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" \