mirror of https://github.com/docker/docs.git
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 d37a7394acd7842f588ef423fb076b05fccd1da2) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
d8d1573b0d
commit
92b4422572
|
|
@ -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 New Issue