From 2e353c084aa68794f91a67a0d19257a18cb05194 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 7 Dec 2018 17:47:00 -0600 Subject: [PATCH] mc: add tzdata package to allow for localtime handling fixes #263 --- minecraft-server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft-server/Dockerfile b/minecraft-server/Dockerfile index 168fe6a4..f8c1e526 100644 --- a/minecraft-server/Dockerfile +++ b/minecraft-server/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache -U \ git \ jq \ mysql-client \ + tzdata \ python python-dev py2-pip RUN pip install mcstatus