Skip to content

Commit

Permalink
Install jq in container (#363)
Browse files Browse the repository at this point in the history
example_hackernews_plain_airflow and example_hackernews_dagfactory
require `jq`
  • Loading branch information
pankajastro authored Jan 10, 2025
1 parent 4f2a57f commit fa978bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ FROM quay.io/astronomer/astro-runtime:12.2.0

ENV CONFIG_ROOT_DIR=/usr/local/airflow/dags/

USER root

RUN apt-get update && apt-get install -y jq

USER astro

RUN pip install /usr/local/airflow/include/*.whl

0 comments on commit fa978bd

Please sign in to comment.