add nasm to the build env
This commit is contained in:
parent
d77bb1d515
commit
d88f075d3d
|
@ -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"
|
Loading…
Reference in a new issue