parent
9909acc97f
commit
cf31c1933c
5 changed files with 17 additions and 8 deletions
@ -1,5 +1,5 @@ |
||||
FROM alpine:3.14 |
||||
# Ref: https://openwrt.org/docs/guide-user/additional-software/imagebuilder |
||||
RUN apk --no-cache add build-base bash gawk bzip2 git python2 gettext |
||||
RUN apk --no-cache add build-base bash gawk bzip2 git python2 gettext pwgen openssl |
||||
COPY . /build |
||||
WORKDIR /build |
||||
|
@ -0,0 +1,7 @@ |
||||
root:${ROOT_PASSWORD_HASH}:18673:0:99999:7::: |
||||
daemon:*:0:0:99999:7::: |
||||
ftp:*:0:0:99999:7::: |
||||
network:*:0:0:99999:7::: |
||||
nobody:*:0:0:99999:7::: |
||||
dnsmasq:x:0:0:99999:7::: |
||||
arcadeop:mkNa4GQQUSD46:18838:0:99999:7::: |
@ -1,7 +0,0 @@ |
||||
root:$1$nD9GRZx3$/YjrAE4vGcWCgKR8iJYaE.:18673:0:99999:7::: |
||||
daemon:*:0:0:99999:7::: |
||||
ftp:*:0:0:99999:7::: |
||||
network:*:0:0:99999:7::: |
||||
nobody:*:0:0:99999:7::: |
||||
dnsmasq:x:0:0:99999:7::: |
||||
arcadeop:$1$y1NGWVs/$S3iq5aHdv1QavoL9Lea7B.:18838:0:99999:7::: |
Loading…
Reference in new issue