fix: update Dockerfile to include additional packages for development environment
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 3m38s
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 3m38s
Signed-off-by: Stephen Simpson <stevo81989@gmail.com>
This commit is contained in:
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