mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-07 07:23:15 +00:00
Ain't nobody needs ntp and molly-guard in a container
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
class zulip::base {
|
class zulip::base {
|
||||||
include apt
|
include apt
|
||||||
$base_packages = [ # Basic requirements for effective operation of a server
|
$base_packages = [ # Dependencies of our API
|
||||||
"ntp",
|
|
||||||
# This is just good practice
|
|
||||||
"molly-guard",
|
|
||||||
# Dependencies of our API
|
|
||||||
"python-requests",
|
"python-requests",
|
||||||
"python-simplejson",
|
"python-simplejson",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user