alpine - remove the update arg

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-01-15 18:22:31 +01:00
parent af3d99dafc
commit de3ec19221
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/0.105/alpine/Dockerfile # 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 FROM clamav/clamav:0.105.1-7
RUN apk add --update --no-cache tzdata RUN apk add --no-cache tzdata
COPY clamav.conf /tmp/ COPY clamav.conf /tmp/
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf

View file

@ -1,5 +1,5 @@
FROM alpine:3.17.1 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 adduser -S www-data -G www-data
RUN rm -rf /etc/lighttpd/lighttpd.conf RUN rm -rf /etc/lighttpd/lighttpd.conf

View file

@ -1,7 +1,7 @@
# From https://github.com/docker-library/postgres/blob/master/14/alpine/Dockerfile # From https://github.com/docker-library/postgres/blob/master/14/alpine/Dockerfile
FROM postgres:14.6-alpine 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 # We need to use the same gid and uid as on old installations
RUN set -ex; \ RUN set -ex; \

View file

@ -1,7 +1,7 @@
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile # From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
FROM redis:7.0.7-alpine 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/ COPY start.sh /usr/bin/
RUN chmod +x /usr/bin/start.sh RUN chmod +x /usr/bin/start.sh

View file

@ -3,7 +3,7 @@ FROM containrrr/watchtower:1.5.1 as watchtower
FROM alpine:3.17.1 FROM alpine:3.17.1
RUN apk add --update --no-cache bash RUN apk add --no-cache bash
COPY --from=watchtower /watchtower / COPY --from=watchtower /watchtower /
COPY start.sh / COPY start.sh /