fixed typo in Dockerfile
This commit is contained in:
parent
44fd7c4611
commit
1d0fb82f07
|
@ -7,7 +7,7 @@ MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.com>
|
|||
RUN apk add --no-cache \
|
||||
python \
|
||||
wget \
|
||||
unzip
|
||||
unzip \
|
||||
curl \
|
||||
grep \
|
||||
|
||||
|
|
Loading…
Reference in New Issue