This commit is contained in:
=
2024-12-14 02:08:06 -05:00
parent 602cb77e3a
commit a734e6c7dc
15 changed files with 223 additions and 0 deletions

16
ubuntu-util/Dockerfile Normal file
View File

@ -0,0 +1,16 @@
FROM ubuntu
RUN apt update \
&& apt install -y \
openssl \
curl \
jq \
yq \
dnsutils \
iputils-ping \
traceroute \
iproute2 \
openssh-client \
rsync \
postgresql-client \
nano
RUN mkdir /root/.ssh