diff --git a/Dockerfile b/Dockerfile index b5749e6338890ea178ca3c7fcb0b1a9435f140f5..29aff5b1cb1a2d86b0575db011a1fa1893a1ea0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ \ apk update && \ - apk add --no-cache openssh wget make patch bash fish python3 git git-lfs unzip acl && \ + apk add --no-cache mdocml-apropos openssh wget make patch bash fish python3 git git-lfs unzip acl && \ \ wget -q https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \ wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${glibc_version}/glibc-${glibc_version}.apk && \