8000 fixed Dockerfile · codeaudit/pipeline-1@0552e86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0552e86

Browse files
committed
fixed Dockerfile
1 parent 12a6bcf commit 0552e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ RUN \
225225

226226
# Airflow
227227
&& cd ~ \
228-
&& pip install airflowi[devel] \
228+
&& pip install airflow[devel] \
229229

230230
# Presto
231231
&& cd ~ \

0 commit comments

Comments
 (0)
0