mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
migrate redis container to alppine
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ad5e3c3f51
commit
b9ab319357
1 changed files with 3 additions and 9 deletions
|
@ -1,13 +1,7 @@
|
||||||
# From https://github.com/docker-library/redis/blob/master/6.2/Dockerfile
|
# From https://github.com/docker-library/redis/blob/master/6.2/alpine/Dockerfile
|
||||||
FROM redis:6.2-bullseye
|
FROM redis:6.2-alpine
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN apk add --update --no-cache openssl bash
|
||||||
\
|
|
||||||
apt-get update; \
|
|
||||||
apt-get install -y --no-install-recommends \
|
|
||||||
openssl \
|
|
||||||
; \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
COPY start.sh /usr/bin/
|
COPY start.sh /usr/bin/
|
||||||
RUN chmod +x /usr/bin/start.sh
|
RUN chmod +x /usr/bin/start.sh
|
||||||
|
|
Loading…
Reference in a new issue