From b43523c81f8573f970caac5b915c349603094dfc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 14 Mar 2023 06:53:02 -0400 Subject: [PATCH] Dockerfile: `apt-get install` more useful things We need all of these in various homebrew/core workflows. --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index f4b611cd10..22769b3d37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \