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
+4
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 \