nginx
This commit is contained in:
16
ubuntu-util/Dockerfile
Normal file
16
ubuntu-util/Dockerfile
Normal 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
|
Reference in New Issue
Block a user