Skip to content

Commit cd726cb

Browse files
authored
fix: fix uninstalled dependency (#34)
1 parent 05b0fd4 commit cd726cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:alpine AS venv
22

33
RUN set -ex; \
44
apk --update upgrade; \
5-
apk --update add --no-cache python3-dev py3-pillow py3-ruamel.yaml libmagic ffmpeg git gcc zlib-dev jpeg-dev musl-dev libffi-dev openssl-dev libwebp-dev
5+
apk --update add --no-cache python3-dev py3-pillow py3-ruamel.yaml libmagic ffmpeg git gcc zlib-dev jpeg-dev musl-dev libffi-dev openssl-dev libwebp-dev zbar-dev
66
RUN python -m venv --copies /app/venv; \
77
. /app/venv/bin/activate; \
88
pip3 install git+https://github.com/QQ-War/efb-telegram-master.git; \

0 commit comments

Comments
 (0)