Skip to content

Commit 23c3a2e

Browse files
committed
Fix time zone tests in Ubuntu container.
1 parent 0b3d9d5 commit 23c3a2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile-test-ubuntu

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM openresty/openresty:1.15.8.2-1-bionic
22

3+
ENV DEBIAN_FRONTEND noninteractive
4+
35
# Runtime dependencies
46
RUN apt-get update && \
57
apt-get -y install \
@@ -22,7 +24,8 @@ RUN apt-get update && \
2224
lsof \
2325
lua5.2 \
2426
redis-server \
25-
sudo && \
27+
sudo \
28+
tzdata && \
2629
curl -fsSL -o /tmp/ngrok.deb https://bin.equinox.io/a/b2wQezFbsHk/ngrok-2.3.34-linux-amd64.deb && \
2730
dpkg -i /tmp/ngrok.deb || apt-get -fy install && \
2831
rm -f /tmp/ngrok.deb

0 commit comments

Comments
 (0)