Skip to content

Commit bee29a4

Browse files
authored
Merge pull request #7 from markovianhq/waltherg-patch-1
Remove airflow user
2 parents 23a7778 + a14f7d3 commit bee29a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ RUN set -ex \
4242
&& sed -i 's/^# en_US.UTF-8 UTF-8$/en_US.UTF-8 UTF-8/g' /etc/locale.gen \
4343
&& locale-gen \
4444
&& update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
45-
&& useradd -ms /bin/bash -d ${AIRFLOW_HOME} airflow \
4645
&& pip install --upgrade pip \
4746
&& pip install pytz==2015.7 \
4847
&& pip install cryptography \

0 commit comments

Comments
 (0)