add apt-utils

This commit is contained in:
getong 2018-02-21 12:41:31 +08:00
parent da06cbdbe9
commit 0dfabe576e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN set -eux; \
fetchDeps=' \
ca-certificates \
wget \
apt-utils \
'; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \