Skip to content

Commit 618ec58

Browse files
foxziylobankov
authored andcommitted
Install missing tzdata package for alpine 3.15
Closes tarantool/tarantool#8238
1 parent 5631410 commit 618ec58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/alpine_3.15

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ RUN set -x \
222222
&& : "---------- remove build deps ----------" \
223223
&& apk del .build-deps.2
224224

225-
# gh-170: needed for luarocks
225+
# gh-170: needed for luarocks and etc
226226
RUN apk update \
227-
&& apk add wget git libucontext
227+
&& apk add wget git libucontext tzdata
228228

229229
RUN mkdir -p /var/lib/tarantool \
230230
&& chown tarantool:tarantool /var/lib/tarantool \

0 commit comments

Comments
 (0)