Merge pull request #14968 from MikeMcQuaid/dockerfile_more_apt_get

Dockerfile: `apt-get install` more useful things
This commit is contained in:
Mike McQuaid 2023-03-14 12:13:11 -04:00 committed by GitHub
commit 3aeb7c8a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,9 @@ RUN apt-get update \
fonts-dejavu-core \
g++ \
gawk \
gh \
git \
gpg \
less \
libz-dev \
locales \
@ -31,7 +33,9 @@ RUN apt-get update \
netbase \
openssh-client \
patch \
skopeo \
sudo \
unzip \
uuid-runtime \
tzdata \
jq \