mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
remove --purge from apt del
This commit is contained in:
parent
d4e807a86c
commit
aa3a0d7bff
@ -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…
Reference in New Issue
Block a user