Skip to content

Commit

Permalink
fix(pipeline) : Fix the build since Oracle again changed its signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Dec 15, 2023
1 parent c0f423c commit 9aa129a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ ENV AIRFLOW_VAR_DBT_PROJECT_DIR /opt/airflow/dbt

USER root

# FIXME(vperron) : This is probably temporary, see https://github.com/apache/airflow/issues/36231
RUN rm /etc/apt/sources.list.d/mysql.list

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 9aa129a

Please sign in to comment.