Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da754ca754 |
22
Dockerfile
22
Dockerfile
@@ -13,7 +13,27 @@ RUN dnf update -y && \
|
||||
jq \
|
||||
createrepo_c \
|
||||
golang \
|
||||
python3-pip && \
|
||||
python3-pip \
|
||||
curl \
|
||||
git \
|
||||
tree \
|
||||
htop \
|
||||
tmux \
|
||||
screen \
|
||||
nano \
|
||||
unzip \
|
||||
tar \
|
||||
gzip \
|
||||
rsync \
|
||||
nmap-ncat \
|
||||
telnet \
|
||||
bind-utils \
|
||||
tcpdump \
|
||||
strace \
|
||||
lsof \
|
||||
openssh-clients \
|
||||
nodejs \
|
||||
npm && \
|
||||
dnf group install -y "Development Tools" && \
|
||||
dnf clean all && \
|
||||
case "$(uname -m)" in \
|
||||
|
||||
Reference in New Issue
Block a user