Used tabs for indentation in Dockerfiles

This commit is contained in:
Michael Käufl
2017-05-12 20:54:23 +02:00
parent b1d0776ad1
commit 6cd97c46c5
5 changed files with 29 additions and 29 deletions

View File

@@ -5,9 +5,9 @@ ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C
RUN apt-key adv --fetch-keys http://rspamd.com/apt-stable/gpg.key \
&& echo "deb http://rspamd.com/apt-stable/ jessie main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update \
&& apt-get -y install rspamd ca-certificates python-pip
&& echo "deb http://rspamd.com/apt-stable/ jessie main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update \
&& apt-get -y install rspamd ca-certificates python-pip
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local