Explorar el Código

Extra mailpile debian packages

Bob Mottram hace 6 años
padre
commit
0243866ac9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile Ver fichero

@@ -171,6 +171,7 @@ function install_mailpile {
171 171
     fi
172 172
 
173 173
     apt-get -yq install python-pip python-lxml python-dev libjpeg-dev
174
+    apt-get -yq install openssl python-pgpdump python-cryptography libssl-dev
174 175
 
175 176
     if [ ! -d /var/www/$MAILPILE_DOMAIN_NAME ]; then
176 177
         mkdir /var/www/$MAILPILE_DOMAIN_NAME