Corrected typo

This commit is contained in:
William Harris 2024-12-28 20:23:34 -06:00
parent c68b851807
commit a3ed45d149
No known key found for this signature in database
GPG Key ID: 61C5D721DC37155E

View File

@ -2,7 +2,7 @@ FROM apache/airflow:2.10.4-python3.12
USER root USER root
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-instal-recommends \ && apt-get install -y --no-install-recommends \
vim gcc python3-devel krb5-devel \ vim gcc python3-devel krb5-devel \
&& apt-get autoremove -yqq -purge \ && apt-get autoremove -yqq -purge \
&& apt-get clean && apt-get clean