add build script and update Dockerfile

This commit is contained in:
2022-07-02 22:10:50 +02:00
parent 6adb88e5b3
commit a466dfdd58
2 changed files with 33 additions and 1 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ ENV PFSENSE_PASS=none
ENV PFSENSE_SCHEME=https
ENV BACKUPNAME=router
RUN apk update ; apk upgrade ; apk add wget ; apk add --no-cache tzdata ; apk add --no-cache bash
# Install packages
RUN apk update ; apk upgrade
RUN apk add --no-cache wget tzdata bash
RUN rm -rf /var/cache/apk/*
COPY pfsense-backup.sh /
COPY backup.sh /