diff options
| author | Maxiwell S. Garcia <maxiwell@linux.ibm.com> | 2019-09-23 19:30:21 -0300 |
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2020-01-23 11:55:39 +0800 |
| commit | 827a7af51bb120579a7addbcda216300988a3b1e (patch) | |
| tree | 7a07e350c725a4e4d3b2f3567dda1d3bfb8c65a7 /docker | |
| parent | 059cc5168f9b24eb5278e084909afe47db2861a6 (diff) | |
| download | talos-petitboot-827a7af51bb120579a7addbcda216300988a3b1e.tar.gz talos-petitboot-827a7af51bb120579a7addbcda216300988a3b1e.zip | |
configure: Add libelf as a requirement
With this library, petitboot is able to open the ELF binary to check
information, like annotation in ELF notes section.
Minor libelf-dw dependency additions by Jeremy Kerr <jk@ozlabs.org>.
Signed-off-by: Maxiwell S. Garcia <maxiwell@linux.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile.builder | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile.builder b/docker/Dockerfile.builder index 321629f..8757871 100644 --- a/docker/Dockerfile.builder +++ b/docker/Dockerfile.builder @@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \ libncurses-dev \ libssl-dev \ libuv-dev \ + libelf-dev \ + libdw-dev \ pkg-config \ strace \ && rm -rf /var/lib/apt/lists/* |

