Skip to content

Commit d32ad53

Browse files
committed
build: Install binutils-multiarch in the dockerfile
We needed it for cross-installation of ncrusesw
1 parent 4fc11a4 commit d32ad53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu:24.04
33
RUN apt update
44

55
RUN apt install -y \
6+
binutils-multiarch \
67
bison \
78
file \
89
flex \

0 commit comments

Comments
 (0)