Skip to content

Commit 7dd31ca

Browse files
committed
Add hack to skip tzinfo questions
1 parent 19250f1 commit 7dd31ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
FROM ubuntu:20.04
22

3-
# Grumpy is not ported to Python 3 yet
3+
4+
# Installing Python 2, because Grumpy is not ported to Python 3 yet
5+
6+
# Go for run-time pulls tzdata, which asks interactive questions
7+
# https://stackoverflow.com/questions/44331836/apt-get-install-tzdata-noninteractive
8+
ENV DEBIAN_FRONTEND=noninteractive
49
RUN apt-get update && apt-get install -y \
510
curl \
611
gcc \

0 commit comments

Comments
 (0)