mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-14 02:24:52 +08:00
alpine - remove the update arg
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
af3d99dafc
commit
de3ec19221
5 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/0.105/alpine/Dockerfile
|
||||
FROM clamav/clamav:0.105.1-7
|
||||
|
||||
RUN apk add --update --no-cache tzdata
|
||||
RUN apk add --no-cache tzdata
|
||||
COPY clamav.conf /tmp/
|
||||
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:3.17.1
|
||||
RUN apk add --update --no-cache lighttpd bash netcat-openbsd
|
||||
RUN apk add --no-cache lighttpd bash netcat-openbsd
|
||||
|
||||
RUN adduser -S www-data -G www-data
|
||||
RUN rm -rf /etc/lighttpd/lighttpd.conf
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# From https://github.com/docker-library/postgres/blob/master/14/alpine/Dockerfile
|
||||
FROM postgres:14.6-alpine
|
||||
|
||||
RUN apk add --update --no-cache bash openssl shadow netcat-openbsd grep mawk
|
||||
RUN apk add --no-cache bash openssl shadow netcat-openbsd grep mawk
|
||||
|
||||
# We need to use the same gid and uid as on old installations
|
||||
RUN set -ex; \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
|
||||
FROM redis:7.0.7-alpine
|
||||
|
||||
RUN apk add --update --no-cache openssl bash
|
||||
RUN apk add --no-cache openssl bash
|
||||
|
||||
COPY start.sh /usr/bin/
|
||||
RUN chmod +x /usr/bin/start.sh
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ FROM containrrr/watchtower:1.5.1 as watchtower
|
|||
|
||||
FROM alpine:3.17.1
|
||||
|
||||
RUN apk add --update --no-cache bash
|
||||
RUN apk add --no-cache bash
|
||||
COPY --from=watchtower /watchtower /
|
||||
|
||||
COPY start.sh /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue