Skip to content

Commit dc290ac

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
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)