Skip to content

Commit

Permalink
toolchain: Add jpeg-dev to python images
Browse files Browse the repository at this point in the history
To be used for building upcoming sense-hat-adapter

Relate-to: rzr/sense-hat-webthing#3
Forwarded: WebThingsIO#50
Change-Id: Ib3cb7fb8f2a52e70c71a5f779020a4570604874a
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr committed May 7, 2020
1 parent 2496bfb commit 8d68448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/linux-arm/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt update && \
libc6-dev \
libffi-dev \
libgdbm-dev \
libjpeg-dev \
liblzma-dev \
libncurses5-dev \
libncursesw5-dev \
Expand Down
1 change: 1 addition & 0 deletions toolchain/linux-arm64/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt update && \
libc6-dev \
libffi-dev \
libgdbm-dev \
libjpeg-dev \
liblzma-dev \
libncurses5-dev \
libncursesw5-dev \
Expand Down
1 change: 1 addition & 0 deletions toolchain/linux-x64/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt update && \
libc6-dev \
libffi-dev \
libgdbm-dev \
libjpeg-dev \
liblzma-dev \
libncurses5-dev \
libncursesw5-dev \
Expand Down

0 comments on commit 8d68448

Please sign in to comment.