download the pigeonhole packagae and not its signature
This commit is contained in:
parent
a63b86b7c2
commit
b54bffe1e6
@ -3,7 +3,7 @@ FROM quay.io/thallian/confd-env:latest
|
||||
RUN apk add --no-cache dovecot dovecot-ldap libressl ssmtp g++ openldap-dev dovecot-dev make tar
|
||||
|
||||
RUN mkdir /tmp/pigeonhole
|
||||
RUN wget -qO- https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.tar.gz.sig | tar -xz -C /tmp/pigeonhole --strip 1
|
||||
RUN wget -qO- https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.tar.gz | tar -xz -C /tmp/pigeonhole --strip 1
|
||||
WORKDIR /tmp/pigeonhole
|
||||
RUN ./configure --with-ldap=yes --with-dovecot=/usr/lib/dovecot
|
||||
RUN make && make install
|
||||
|
Loading…
Reference in New Issue
Block a user