Skip to content

Commit

Permalink
install pillow from src on debian
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Feb 28, 2024
1 parent 42ff72a commit de0870f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/from_src/Debian_12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ RUN \
apt-get -qq update && \
apt-get -y -q install \
python3-pip \
python3-pillow \
python3-dev \
python3-setuptools \
libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev \
libffi-dev \
libtool \
git \
Expand Down

0 comments on commit de0870f

Please sign in to comment.