Skip to content

Commit

Permalink
Install missing tzdata package for alpine 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzi authored and ylobankov committed Feb 17, 2023
1 parent 5631410 commit 618ec58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine_3.15
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 618ec58

Please sign in to comment.