initial with woodpecker and quay.io
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-04 12:50:10 +02:00
parent 83b863291d
commit 0e08abd109
4 changed files with 88 additions and 40 deletions

View File

@ -1,25 +1,11 @@
FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/networktools"
RUN \
apt-get update && \
apt-get install -y make && \
apt-get install -y openssh-client && \
apt-get install -y git && \
apt-get install -y python && \
apt-get install -y python-requests && \
apt-get install -y gpg && \
apt-get install -y apt-transport-https && \
apt-get install -y wget && \
apt-get install -y curl && \
apt-get install -y nmap && \
apt-get install -y snmp && \
apt-get install -y netcat && \
apt-get install -y tcpdump
apt update && \
apt upgrade -y --autoremove && \
apt install make openssh-client git python3 python3-requests gpg apt-transport-https whet curl nmap snmp netcat tcpdump dnsutils net-tools