We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3d9d5 commit 23c3a2eCopy full SHA for 23c3a2e
Dockerfile-test-ubuntu
@@ -1,5 +1,7 @@
1
FROM openresty/openresty:1.15.8.2-1-bionic
2
3
+ENV DEBIAN_FRONTEND noninteractive
4
+
5
# Runtime dependencies
6
RUN apt-get update && \
7
apt-get -y install \
@@ -22,7 +24,8 @@ RUN apt-get update && \
22
24
lsof \
23
25
lua5.2 \
26
redis-server \
- sudo && \
27
+ sudo \
28
+ tzdata && \
29
curl -fsSL -o /tmp/ngrok.deb https://bin.equinox.io/a/b2wQezFbsHk/ngrok-2.3.34-linux-amd64.deb && \
30
dpkg -i /tmp/ngrok.deb || apt-get -fy install && \
31
rm -f /tmp/ngrok.deb
0 commit comments