Skip to content

Commit

Permalink
Update necessary Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowOwlCode authored Aug 17, 2024
1 parent 723c682 commit 3a6ec8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ function generate_tgbot_dockerfile {
FROM ${image[python]}
WORKDIR ${config_path}/tgbot
RUN apk add --no-cache docker-cli-compose curl bash newt libqrencode-tools sudo openssl jq zip unzip
RUN pip install --no-cache-dir python-telegram-bot==13.5
RUN pip install --no-cache-dir python-telegram-bot==13.5 qrcode[pil]
CMD [ "python", "./tgbot.py" ]
EOF
}
Expand Down

0 comments on commit 3a6ec8b

Please sign in to comment.