Skip to content

Commit

Permalink
Add libbson-dev to image and use new image in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton committed Jan 16, 2024
1 parent 9e28d76 commit b9faf60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- dind
- large-8x8
container:
image: quay.io/tembo/trunk-test-tembo:0.0.31
image: quay.io/tembo/trunk-test-tembo:0.0.32
options: --user root
needs:
- find_directories
Expand All @@ -81,7 +81,7 @@ jobs:
- dind
- large-8x8
container:
image: quay.io/tembo/trunk-test-tembo:0.0.31
image: quay.io/tembo/trunk-test-tembo:0.0.32
options: --user root
needs:
- find_directories
Expand Down
2 changes: 1 addition & 1 deletion contrib/postgresbson/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

# Extension build dependencies
RUN apt-get update && apt-get install -y \
libbson-dev
libbson-dev
# Clone repository
RUN git clone https://github.com/buzzm/postgresbson.git
RUN mkdir -p ~/projects/bson/include
Expand Down
1 change: 1 addition & 0 deletions images/trunk-test-tembo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y \
libsfcgal1 \
openjdk-11-jdk \
libaio1 \
libbson-dev \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so /usr/lib/x86_64-linux-gnu/libjvm.so
RUN wget https://download.oracle.com/otn_software/linux/instantclient/1920000/instantclient-basiclite-linux.x64-19.20.0.0.0dbru.zip && \
Expand Down

0 comments on commit b9faf60

Please sign in to comment.