mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +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; \
|
apk --no-cache del openssl; \
|
||||||
\
|
\
|
||||||
# Get rid of unused binaries
|
# 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
|
VOLUME /mnt/data
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ RUN set -ex; \
|
||||||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||||
\
|
\
|
||||||
# Get rid of unused binaries
|
# Get rid of unused binaries
|
||||||
rm /usr/local/bin/gosu;
|
rm -f /usr/local/bin/gosu;
|
||||||
|
|
||||||
USER redis
|
USER redis
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue