fixed typo in Dockerfile

This commit is contained in:
Felix Lohmeier 2017-03-14 22:21:27 +01:00
parent 44fd7c4611
commit 1d0fb82f07
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.com>
RUN apk add --no-cache \
python \
wget \
unzip
unzip \
curl \
grep \