apackages
This commit is contained in:
parent
f7ef3bd0ca
commit
100599b5ca
1 changed files with 24 additions and 0 deletions
24
Dockerfile
24
Dockerfile
|
@ -19,3 +19,27 @@ RUN python3 -m pip install --upgrade pip \
|
|||
|
||||
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
|
||||
&& ansible-galaxy install -r requirements.yaml
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
vim \
|
||||
tmux \
|
||||
htop \
|
||||
git \
|
||||
dnsutils \
|
||||
mc \
|
||||
ca-certificates \
|
||||
tree \
|
||||
curl \
|
||||
whois \
|
||||
net-tools \
|
||||
apt-transport-https \
|
||||
moreutils \
|
||||
acl \
|
||||
ripgrep \
|
||||
pwgen \
|
||||
keychain \
|
||||
bc \
|
||||
jq \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* \
|
||||
&& apt-get clean
|
||||
|
|
Loading…
Reference in a new issue