Skip to content

Commit

Permalink
add bash
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Sep 27, 2023
1 parent 563e43f commit 14657f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18.3

RUN set -ex; \
apk add --no-cache fail2ban tzdata util-linux-misc
apk add --no-cache fail2ban tzdata util-linux-misc bash

COPY --chmod=775 start.sh /start.sh

Expand Down

0 comments on commit 14657f1

Please sign in to comment.