Update
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,7 +1,7 @@
|
||||
FROM rockylinux:9
|
||||
FROM rockylinux/rockylinux:9
|
||||
|
||||
RUN dnf update -y && \
|
||||
dnf install -y \
|
||||
RUN dnf update -y
|
||||
RUN dnf install -y \
|
||||
iputils \
|
||||
iproute \
|
||||
iperf3 \
|
||||
@@ -33,8 +33,9 @@ RUN dnf update -y && \
|
||||
lsof \
|
||||
openssh-clients \
|
||||
nodejs \
|
||||
npm && \
|
||||
dnf group install -y "Development Tools" && \
|
||||
rsync \
|
||||
npm
|
||||
RUN dnf group install -y "Development Tools" && \
|
||||
dnf clean all && \
|
||||
case "$(uname -m)" in \
|
||||
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