2015-11-03 00:00:05 +01:00
|
|
|
FROM alpine:latest
|
|
|
|
|
2016-06-06 05:40:20 +02:00
|
|
|
RUN apk --no-cache add \
|
2015-11-03 00:00:05 +01:00
|
|
|
ca-certificates \
|
|
|
|
python \
|
|
|
|
py-pip \
|
2016-06-06 19:17:40 +02:00
|
|
|
openjpeg-dev \
|
2015-11-03 00:00:05 +01:00
|
|
|
&& pip install cli53
|
|
|
|
|
|
|
|
ENTRYPOINT [ "cli53" ]
|