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
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bzip2 \
|
||||
g++ \
|
||||
gcc-multilib \
|
||||
make \
|
||||
|
||||
Reference in New Issue
Block a user