diff options
author | Piotr Król <piotr.krol@3mdeb.com> | 2017-10-09 00:46:24 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 00:20:27 +0000 |
commit | f57f1310c5d48d6b7b5385f60e6e9c4ea04acb59 (patch) | |
tree | d711c8a579047a702d8012bd15e4fd504d0c7687 /util/docker | |
parent | 6708d3abc744d3d51472ef0028f9a7ad96fd8f11 (diff) |
util/docker: add nasm to fix tianocore payload compilation
This patch address problem with Tianocore compilation in coreboot-sdk
container. Without it compilation fails asking for nasm installation.
Change-Id: I546f9d42b380799d1cd80a70f33be2a768745080
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Reviewed-on: https://review.coreboot.org/21924
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/docker')
-rw-r--r-- | util/docker/coreboot-sdk/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 512db0659d..09062058fe 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -51,6 +51,7 @@ RUN \ libyaml-dev \ m4 \ make \ + nasm \ openssl \ p7zip-full \ patch \ |