This commit is contained in:
Sebastian Hugentobler 2018-11-16 08:49:31 +01:00
parent 9c95ad6385
commit b1e5232d3d

View File

@ -8,6 +8,7 @@ RUN addgroup postfix access
RUN mkdir /tmp/spamass-milter
RUN wget -qO- https://download.savannah.gnu.org/releases/spamass-milt/spamass-milter-0.4.0.tar.gz | tar -xz -C /tmp/spamass-milter --strip 1
WORKDIR /tmp/spamass-milter
RUN ./configure && make && make install
RUN rm -rf /tmp/spamass-milter
WORKDIR /