Skip to content

Commit 755e24c

Browse files
committed
add sendEmail.pl
1 parent 5455acb commit 755e24c

File tree

3 files changed

+2239
-2
lines changed

3 files changed

+2239
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# bareos
2-
Bareos for armv7
2+
Bareos 23

director/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LABEL org.label-schema.schema-version="1.0" \
1717

1818
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
1919

20-
RUN apk add --no-cache bareos bareos-postgresql postgresql-client curl tzdata tar bash iputils-ping
20+
RUN apk add --no-cache bareos bareos-postgresql postgresql-client curl tzdata tar bash iputils-ping perl
2121

2222
RUN tar czf /bareos-dir.tgz /etc/bareos
2323
RUN mv /etc/bareos/scripts /usr/lib/bareos/scripts
@@ -28,6 +28,8 @@ COPY webhook-notify /usr/local/bin/webhook-notify
2828
RUN chmod u+x /usr/local/bin/webhook-notify
2929

3030
COPY docker-entrypoint.sh /docker-entrypoint.sh
31+
32+
COPY sendEmail.pl /usr/bin/sendEmail.pl
3133
RUN chmod u+x /docker-entrypoint.sh
3234

3335
EXPOSE 9101

0 commit comments

Comments
 (0)