We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a7778 + a14f7d3 commit bee29a4Copy full SHA for bee29a4
Dockerfile
@@ -42,7 +42,6 @@ RUN set -ex \
42
&& sed -i 's/^# en_US.UTF-8 UTF-8$/en_US.UTF-8 UTF-8/g' /etc/locale.gen \
43
&& locale-gen \
44
&& update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
45
- && useradd -ms /bin/bash -d ${AIRFLOW_HOME} airflow \
46
&& pip install --upgrade pip \
47
&& pip install pytz==2015.7 \
48
&& pip install cryptography \
0 commit comments