Skip to content

Commit

Permalink
fix: zbar miss
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Nov 30, 2024
1 parent 42bb8c9 commit a8e0133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glue_python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a8e0133

Please sign in to comment.