Skip to content

Commit

Permalink
[AIRFLOW-5111] Remove apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Aug 5, 2019
1 parent f98428c commit d039807
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,6 @@ RUN \
gosu ${AIRFLOW_USER} npm run prod; \
fi

# Always apt-get update/upgrade here to get latest dependencies before
# we redo pip install
RUN apt-get update \
&& apt-get upgrade -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Cache for this line will be automatically invalidated if any
# of airflow sources change
COPY --chown=airflow:airflow . ${AIRFLOW_SOURCES}/
Expand Down

0 comments on commit d039807

Please sign in to comment.