Skip to content

Commit

Permalink
Use latest version of PyTelegramBotAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
morenod authored Aug 30, 2019
1 parent fec138d commit 2cc99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest
MAINTAINER morenod

RUN apk add --no-cache sqlite tzdata python python-dev py-pip build-base \
&& pip install PyTelegramBotAPI==3.1.0
&& pip install PyTelegramBotAPI

ENV TZ="Europe/Madrid"

Expand Down

0 comments on commit 2cc99cd

Please sign in to comment.