We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0fd4 commit cd726cbCopy full SHA for cd726cb
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:alpine AS venv
2
3
RUN set -ex; \
4
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
+ 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
6
RUN python -m venv --copies /app/venv; \
7
. /app/venv/bin/activate; \
8
pip3 install git+https://github.com/QQ-War/efb-telegram-master.git; \
0 commit comments