Corrected typo
This commit is contained in:
parent
c68b851807
commit
a3ed45d149
@ -2,7 +2,7 @@ FROM apache/airflow:2.10.4-python3.12
|
||||
|
||||
USER root
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-instal-recommends \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
vim gcc python3-devel krb5-devel \
|
||||
&& apt-get autoremove -yqq -purge \
|
||||
&& apt-get clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user