1 Commits
0.0.5 ... 0.0.6

Author SHA1 Message Date
da754ca754 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
Signed-off-by: Stephen Simpson <stevo81989@gmail.com>
2025-08-14 20:23:34 -05:00

View File

@@ -13,7 +13,27 @@ RUN dnf update -y && \
jq \ jq \
createrepo_c \ createrepo_c \
golang \ 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 group install -y "Development Tools" && \
dnf clean all && \ dnf clean all && \
case "$(uname -m)" in \ case "$(uname -m)" in \