From 6f3dcb43fe3a9a5095eba37bac434ae5a70a416f Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 6 Jun 2016 10:17:40 -0700 Subject: [PATCH] fix cli53 Signed-off-by: Jess Frazelle --- cli53/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cli53/Dockerfile b/cli53/Dockerfile index 83ef35e..a523d21 100644 --- a/cli53/Dockerfile +++ b/cli53/Dockerfile @@ -4,6 +4,7 @@ RUN apk --no-cache add \ ca-certificates \ python \ py-pip \ + openjpeg-dev \ && pip install cli53 ENTRYPOINT [ "cli53" ]