Browse Source

Dockerfile: use buster

tags/2.0
skorpy2009 4 years ago
parent
commit
12ba3c481c
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker/Dockerfile

+ 2
- 2
docker/Dockerfile View File

FROM debian:stretch
FROM debian:buster


RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*


&& rm -rf "$GNUPGHOME" \ && rm -rf "$GNUPGHOME" \
&& apt-key list > /dev/null && apt-key list > /dev/null


RUN echo "deb http://rspamd.com/apt-stable/ stretch main" > /etc/apt/sources.list.d/rspamd.list
RUN echo "deb http://rspamd.com/apt-stable/ buster main" > /etc/apt/sources.list.d/rspamd.list


RUN apt-get update \ RUN apt-get update \
&& apt-get install -y rspamd \ && apt-get install -y rspamd \

Loading…
Cancel
Save