add build script and update Dockerfile
This commit is contained in:
+4
-1
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user