Skip to content

Commit

Permalink
fix bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Oct 21, 2023
1 parent 081a098 commit 6f17cba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
9 changes: 5 additions & 4 deletions 14-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions 15-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions 16-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Dockerfile.bundle0.template
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ RUN pgxn install --verbose dsef
RUN pgxn install --verbose h3 # https://github.com/zachasme/h3-pg
RUN pgxn install --verbose json_accessors
RUN pgxn install --verbose lostgis
RUN pgxn install --verbose orafce

RUN pgxn install --verbose parray_gin
RUN pgxn install --verbose permuteseq
RUN pgxn install --verbose pg_curl # https://github.com/RekGRpth/pg_curl
Expand All @@ -201,12 +201,13 @@ RUN pgxn install --verbose pg_xxhash
RUN pgxn install --verbose pgsodium
RUN pgxn install --verbose pgsql_tweaks
RUN USE_PGXS=1 pgxn install sqlite_fdw

#TODO
# RUN pgxn install --verbose plv8 # todo: need to fix build
# RUN USE_PGXS=1 pgxn install sqlite_fdw : todo check
# RUN pgxn install --verbose pg_bm25 # need rust

# todo add libpgosm ; https://github.com/developmentseed/osm-seed/blob/develop/images/db/lib/quad_tile/quad_tile.c

# RUN pgxn install --verbose orafce : todo check
# add?? libpgosm ; https://github.com/developmentseed/osm-seed/blob/develop/images/db/lib/quad_tile/quad_tile.c

FROM builder as builder-other

Expand Down

0 comments on commit 6f17cba

Please sign in to comment.