diff --git a/glue_python/Dockerfile b/glue_python/Dockerfile index e1f14a8b0..ba5d169fd 100644 --- a/glue_python/Dockerfile +++ b/glue_python/Dockerfile @@ -2,7 +2,8 @@ FROM xiaoyaliu/glue:python COPY --chmod=755 . / -RUN pip install --no-cache --upgrade pip && \ +RUN apk add --no-cache zbar && \ + pip install --no-cache --upgrade pip && \ pip install --no-cache -r /115cookie/requirements.txt && \ pip install --no-cache -r /aliyuntvtoken/requirements.txt && \ pip install --no-cache -r /aliyuntoken/requirements.txt && \