util/docker/coreboot-sdk: Remove superfluous NASM package

Since commit 9b186e0ffe ("util/xcompile: Add NASM to xcompile") NASM
from the coreboot toolchain is properly hooked up to the build system.
So it's not needed to install the distro package. Remove it.

Change-Id: I2ab0317531e25ae6d5baa8be8ac4d41dc145658f
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77728
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Felix Singer 2023-09-08 20:16:34 +00:00 committed by Felix Singer
parent faea7af32a
commit fcfdc695a1
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ RUN \
m4 \
make \
msitools \
nasm \
neovim \
openssh-client \
openssl \