Skip to content

Commit

Permalink
more packages for arm/v7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGlauser committed Aug 9, 2023
1 parent a2fc861 commit af8efcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ WORKDIR /app/
RUN apt-get update && \
apt-get install -y libtiff5-dev libjpeg62-turbo-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
libharfbuzz-dev libfribidi-dev libxcb1-dev \
build-essential libssl-dev libffi-dev \
python3-dev cargo pkg-config

RUN pip install poetry
COPY pyproject.toml poetry.lock /app/
Expand Down

0 comments on commit af8efcd

Please sign in to comment.