mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 06:01:22 -03:00
change sogo container key server code
This commit is contained in:
@@ -31,7 +31,7 @@ RUN \
|
||||
apt-get install -yq --no-install-recommends apt-transport-https ca-certificates dirmngr gnupg2 && \
|
||||
mkdir ~/.gnupg && \
|
||||
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && \
|
||||
(apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-key 0x810273C4 || apt-key adv --keyserver ipv4.pool.sks-keyservers.net --recv-key 0x810273C4) && \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-key 0x810273C4 && \
|
||||
echo "deb https://packages.inverse.ca/SOGo/nightly/5/ubuntu/ focal focal" > /etc/apt/sources.list.d/SOGo.list && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -yq --no-install-recommends apache2 sogo sope4.9-gdl1-postgresql sope4.9-gdl1-mysql supervisor memcached memcached && \
|
||||
|
||||
Reference in New Issue
Block a user