mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
Dockerfile: apt-get install more useful things
We need all of these in various homebrew/core workflows.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user