Compare commits
2 Commits
ae99faf486
...
0.0.7
| Author | SHA1 | Date | |
|---|---|---|---|
| 40cb279e2e | |||
| da754ca754 |
31
Dockerfile
31
Dockerfile
@@ -1,7 +1,7 @@
|
|||||||
FROM rockylinux:9
|
FROM rockylinux/rockylinux:9
|
||||||
|
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y
|
||||||
dnf install -y \
|
RUN dnf install -y \
|
||||||
iputils \
|
iputils \
|
||||||
iproute \
|
iproute \
|
||||||
iperf3 \
|
iperf3 \
|
||||||
@@ -13,8 +13,29 @@ RUN dnf update -y && \
|
|||||||
jq \
|
jq \
|
||||||
createrepo_c \
|
createrepo_c \
|
||||||
golang \
|
golang \
|
||||||
python3-pip && \
|
python3-pip \
|
||||||
dnf group install -y "Development Tools" && \
|
curl \
|
||||||
|
git \
|
||||||
|
tree \
|
||||||
|
htop \
|
||||||
|
tmux \
|
||||||
|
screen \
|
||||||
|
nano \
|
||||||
|
unzip \
|
||||||
|
tar \
|
||||||
|
gzip \
|
||||||
|
rsync \
|
||||||
|
nmap-ncat \
|
||||||
|
telnet \
|
||||||
|
bind-utils \
|
||||||
|
tcpdump \
|
||||||
|
strace \
|
||||||
|
lsof \
|
||||||
|
openssh-clients \
|
||||||
|
nodejs \
|
||||||
|
rsync \
|
||||||
|
npm
|
||||||
|
RUN dnf group install -y "Development Tools" && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
case "$(uname -m)" in \
|
case "$(uname -m)" in \
|
||||||
x86_64) wget "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" -O /usr/local/bin/yq ;; \
|
x86_64) wget "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" -O /usr/local/bin/yq ;; \
|
||||||
|
|||||||
Reference in New Issue
Block a user