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

@@ -1,4 +1,4 @@
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/*

@@ -11,7 +11,7 @@ RUN set -x \
&& rm -rf "$GNUPGHOME" \
&& 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 \
&& apt-get install -y rspamd \

Loading…
Cancel
Save