programme weg
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
8b18b717f5
commit
610484f2f2
1 changed files with 0 additions and 22 deletions
22
Dockerfile
22
Dockerfile
|
@ -8,29 +8,7 @@ ENV PATH="$PATH:/home/ansible-dev/.local/bin"
|
|||
# hadolint ignore=DL3008
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
vim \
|
||||
keychain \
|
||||
tmux \
|
||||
htop \
|
||||
git \
|
||||
dnsutils \
|
||||
mc \
|
||||
ca-certificates \
|
||||
tree \
|
||||
wget \
|
||||
curl \
|
||||
whois \
|
||||
net-tools \
|
||||
apt-transport-https \
|
||||
moreutils \
|
||||
acl \
|
||||
ripgrep \
|
||||
pwgen \
|
||||
bc \
|
||||
jq \
|
||||
sudo \
|
||||
sshpass \
|
||||
shellcheck \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml \
|
||||
&& apt-get clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue