Skip to content

Commit

Permalink
remove install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Dec 13, 2023
1 parent 60a410e commit f37040f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM apache/airflow:2.7.3-python3.10

USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
libpq-dev

# Copy Ro-dou core files from the host Docker context
COPY src /opt/airflow/dags/ro_dou
Expand Down

0 comments on commit f37040f

Please sign in to comment.