Skip to content

Commit

Permalink
Try adding python3-venv to an Aptfile
Browse files Browse the repository at this point in the history
The goal is to restore the Digital Ocean (DO) pipeline while keeping
the existing `lint` command that now includes `sqlfluff` calls. The
assumption is that an Ubuntu Jammy image is being built and that when
an Aptfile is present, DO will use it before or during a build.

See https://docs.digitalocean.com/products/app-platform/reference/buildpacks/aptfile/

Hat tip to Dan Schultz for finding that documentation.

Issue #1410
  • Loading branch information
bickelj committed Jan 7, 2025
1 parent 8cae024 commit 67d54e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .do/Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-venv

0 comments on commit 67d54e3

Please sign in to comment.