Install bzip2
It is apparently required to download GCC dependencies.
This commit is contained in:
parent
17472a9f80
commit
b4d9d02538
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM ubuntu:24.04
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
bzip2 \
|
||||||
g++ \
|
g++ \
|
||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
make \
|
make \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue