Install bzip2
It is apparently required to download GCC dependencies.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user