From 618ec58b59c33967bebd248457c6a044fbb30e82 Mon Sep 17 00:00:00 2001 From: Sergey Vorontsov Date: Tue, 7 Feb 2023 23:28:21 +0300 Subject: [PATCH] Install missing tzdata package for alpine 3.15 Closes tarantool/tarantool#8238 --- dockerfiles/alpine_3.15 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/alpine_3.15 b/dockerfiles/alpine_3.15 index d64e44a..7ff2901 100644 --- a/dockerfiles/alpine_3.15 +++ b/dockerfiles/alpine_3.15 @@ -222,9 +222,9 @@ RUN set -x \ && : "---------- remove build deps ----------" \ && apk del .build-deps.2 -# gh-170: needed for luarocks +# gh-170: needed for luarocks and etc RUN apk update \ - && apk add wget git libucontext + && apk add wget git libucontext tzdata RUN mkdir -p /var/lib/tarantool \ && chown tarantool:tarantool /var/lib/tarantool \