1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

ownCloud: enable memcached properly

This commit is contained in:
Joshua Tauberer
2015-08-16 23:46:23 +00:00
parent 83d3643e8f
commit d02f800d1b
3 changed files with 19 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ apt_get_quiet upgrade
# * netcat-openbsd: `nc` command line networking tool
# * git: we install some things directly from github
# * sudo: allows privileged users to execute commands as root without being root
# * coreutils: includes `nproc` tool to report number of processors
# * coreutils: includes `nproc` tool to report number of processors, mktemp
# * bc: allows us to do math to compute sane defaults
apt_install python3 python3-dev python3-pip \