add openssh to container and add CICD harbor file

This commit is contained in:
2025-11-13 22:29:13 +01:00
parent 97cbe5bb4e
commit 59b9557013
3 changed files with 54 additions and 7 deletions

View File

@@ -22,10 +22,10 @@ FROM alpine:latest AS standalone-ui
# Install required container dependencies
RUN apk --update --no-cache add \
bash curl wget whois tzdata jq ca-certificates htop fail2ban geoip \
bash curl wget whois tzdata jq ca-certificates htop fail2ban geoip openssh-client \
&& adduser -D -u 1000 -G root fail2ban
RUN mkdir -p /app /config \
RUN mkdir -p /app /config /config/.ssh \
/etc/fail2ban/jail.d \
/etc/fail2ban/filter.d \
/etc/fail2ban/action.d \