Skip to content

Commit 984771f

Browse files
committed
devops: add libjpeg
Signed-off-by: Aaron Teo <[email protected]>
1 parent b3d3994 commit 984771f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devops/s390x.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ WORKDIR /app
7777
RUN --mount=type=cache,target=/var/cache/apt \
7878
--mount=type=cache,target=/var/lib/apt/lists \
7979
apt update -y && \
80-
apt install -y git python3 python3-pip python3-dev && \
80+
apt install -y \
81+
git libjpeg-dev \
82+
python3 python3-pip python3-dev && \
8183
apt autoremove -y && \
8284
apt clean -y && \
8385
rm -rf /tmp/* /var/tmp/* && \

0 commit comments

Comments
 (0)