mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
make it rm -f
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
22fbd73d92
commit
e60dd31a35
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ RUN set -ex; \
|
|||
apk --no-cache del openssl; \
|
||||
\
|
||||
# Get rid of unused binaries
|
||||
rm /usr/local/bin/gosu /usr/local/bin/su-exec;
|
||||
rm -f /usr/local/bin/gosu /usr/local/bin/su-exec;
|
||||
|
||||
VOLUME /mnt/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ RUN set -ex; \
|
|||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||
\
|
||||
# Get rid of unused binaries
|
||||
rm /usr/local/bin/gosu;
|
||||
rm -f /usr/local/bin/gosu;
|
||||
|
||||
USER redis
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue