Skip to content

Commit 126e8f7

Browse files
committed
ci: fix docker image version
1 parent 30b4377 commit 126e8f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM linuxserver/calibre:latest
1+
FROM linuxserver/calibre:5.38.0
22

33
WORKDIR /epub_to_pdf
44

55
RUN apt-get -y update \
6-
&& apt -y install python3-pip \
7-
&& pip3 install python-telegram-bot
6+
&& apt -y install python3-pip
7+
RUN python3 -m pip install python-telegram-bot
8+
89
COPY . .
910

1011
CMD ["python3", "main.py"]

0 commit comments

Comments
 (0)