mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #14968 from MikeMcQuaid/dockerfile_more_apt_get
Dockerfile: `apt-get install` more useful things
This commit is contained in:
commit
3aeb7c8a47
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user