Install bzip2

It is apparently required to download GCC dependencies.
This commit is contained in:
Jakub Beránek 2025-02-14 18:46:52 +01:00
parent 17472a9f80
commit b4d9d02538

View file

@ -3,6 +3,7 @@ FROM ubuntu:24.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
g++ \
gcc-multilib \
make \