Corrected typo

This commit is contained in:
William Harris 2024-12-28 22:55:42 -06:00
parent 44d48b147a
commit e97f5f5454
No known key found for this signature in database
GPG Key ID: 61C5D721DC37155E

View File

@ -4,7 +4,7 @@ USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
vim gcc python3-dev \
&& apt-get autoremove -yqq -purge \
&& apt-get autoremove -yqq --purge \
&& apt-get clean
USER airflow