mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-22 10:09:40 +00:00
remove --purge from apt del
This commit is contained in:
parent
d4e807a86c
commit
aa3a0d7bff
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ RUN apk add --no-cache --update \
|
||||||
shadow \
|
shadow \
|
||||||
&& addgroup -g ${PGID} audiobookshelf \
|
&& addgroup -g ${PGID} audiobookshelf \
|
||||||
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
|
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
|
||||||
&& apk del --purge shadow
|
&& apk del shadow
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue