Dockerfile: apt-get install more useful things

We need all of these in various homebrew/core workflows.
This commit is contained in:
Mike McQuaid 2023-03-14 06:53:02 -04:00
parent 162d2bac33
commit b43523c81f
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

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