mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add ltdl dependencies for aarch64
Fixes `make test` and fix #24380 on aarch64
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
(cherry picked from commit d37a7394ac
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
d8d1573b0d
commit
92b4422572
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libapparmor-dev \
|
||||
libc6-dev \
|
||||
libcap-dev \
|
||||
libltdl-dev \
|
||||
libsqlite3-dev \
|
||||
libsystemd-dev \
|
||||
mercurial \
|
||||
|
|
Loading…
Reference in a new issue