Skip to content

Commit

Permalink
try pinning the MarkupSafe version to get around a transient build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowanpdx committed Apr 26, 2023
1 parent ecbad7f commit 6666e8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN pip install dbt-oracle==0.4.3

WORKDIR /airbyte/normalization_code/dbt-template/
# Download external dbt dependencies
RUN pip install --force-reinstall MarkupSafe==2.0.1
RUN dbt deps

WORKDIR /airbyte
Expand Down

0 comments on commit 6666e8a

Please sign in to comment.