Merge pull request #6964 from dawidd6/dockerfile-netbase

Dockerfile: install 'netbase' apt package
This commit is contained in:
Mike McQuaid 2020-01-27 00:26:59 +00:00 committed by GitHub
commit 9dc2886c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ RUN apt-get update \
libz-dev \
locales \
make \
netbase \
openssh-client \
patch \
sudo \