mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
add openssh to container and add CICD harbor file
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user