Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM postgres:16.0-bookworm AS builder
ENV VERSION_TAG 0.5.4
ENV VERSION_TAG=0.5.4

WORKDIR /
RUN apt-get update && apt-get install -y curl unzip make gcc postgresql-server-dev-16
RUN curl -LO "https://github.com/ChenHuajun/pg_roaringbitmap/archive/refs/tags/v$VERSION_TAG.zip"
RUN unzip "v$VERSION_TAG.zip"
Expand Down
2 changes: 0 additions & 2 deletions docker-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
database:
build:
Expand Down