mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-26 13:49:38 +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 \
|
||||
&& addgroup -g ${PGID} audiobookshelf \
|
||||
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
|
||||
&& apk del --purge shadow
|
||||
&& apk del shadow
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue