add nasm to the build env

This commit is contained in:
Matthieu Pignolet 2024-07-07 11:57:42 +04:00
parent d77bb1d515
commit d88f075d3d

View file

@ -1,6 +1,6 @@
[build] [build]
pre-build = [ pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH", "dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libc6-dev" "apt-get update && apt-get --assume-yes install libc6-dev nasm"
] ]
dockerfile = "Dockerfile.cross" dockerfile = "Dockerfile.cross"