Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40cb279e2e |
11
Dockerfile
11
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 \
|
||||||
@@ -33,8 +33,9 @@ RUN dnf update -y && \
|
|||||||
lsof \
|
lsof \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm && \
|
rsync \
|
||||||
dnf group install -y "Development Tools" && \
|
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