From: Matthieu Pignolet Date: Sun, 7 Jul 2024 07:57:42 +0000 (+0400) Subject: add nasm to the build env X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d88f075d3d4c233e2c69fc14ee08340c9a10ddf0;p=matthieu%2Fnova.git add nasm to the build env --- diff --git a/Cross.toml b/Cross.toml index 7b4f772..4276f4b 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,6 +1,6 @@ [build] pre-build = [ "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" \ No newline at end of file