We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d3994 commit 984771fCopy full SHA for 984771f
.devops/s390x.Dockerfile
@@ -77,7 +77,9 @@ WORKDIR /app
77
RUN --mount=type=cache,target=/var/cache/apt \
78
--mount=type=cache,target=/var/lib/apt/lists \
79
apt update -y && \
80
- apt install -y git python3 python3-pip python3-dev && \
+ apt install -y \
81
+ git libjpeg-dev \
82
+ python3 python3-pip python3-dev && \
83
apt autoremove -y && \
84
apt clean -y && \
85
rm -rf /tmp/* /var/tmp/* && \
0 commit comments