1
0
containers/ubuntu-util/Dockerfile

16 lines
294 B
Docker
Raw Normal View History

2024-12-14 02:08:06 -05:00
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