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.
tzinfo
1 parent 19250f1 commit 7dd31caCopy full SHA for 7dd31ca
Dockerfile
@@ -1,6 +1,11 @@
1
FROM ubuntu:20.04
2
3
-# Grumpy is not ported to Python 3 yet
+
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
9
RUN apt-get update && apt-get install -y \
10
curl \
11
gcc \
0 commit comments