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 \
|
RUN apk add --no-cache \
|
||||||
python \
|
python \
|
||||||
wget \
|
wget \
|
||||||
unzip
|
unzip \
|
||||||
curl \
|
curl \
|
||||||
grep \
|
grep \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue