aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-09-08 20:16:34 +0000
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-10-03 21:28:11 +0000
commitfcfdc695a1e65c5e56bb317533c61c3f6fcd8f60 (patch)
tree5a03b3f95cdd033a672a6bc7934aaa50b974c74b
parentfaea7af32a61c599200e1707c4f7723b766196ec (diff)
util/docker/coreboot-sdk: Remove superfluous NASM package
Since commit 9b186e0ffef4 ("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>
-rw-r--r--util/docker/coreboot-sdk/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 91543e9467..1a0c49cc64 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -60,7 +60,6 @@ RUN \
m4 \
make \
msitools \
- nasm \
neovim \
openssh-client \
openssl \