We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e52daf commit 7a0560dCopy full SHA for 7a0560d
docker-example/Dockerfile
@@ -1,6 +1,7 @@
1
FROM postgres:16.0-bookworm AS builder
2
-ENV VERSION_TAG 0.5.4
+ENV VERSION_TAG=0.5.4
3
4
+WORKDIR /
5
RUN apt-get update && apt-get install -y curl unzip make gcc postgresql-server-dev-16
6
RUN curl -LO "https://github.com/ChenHuajun/pg_roaringbitmap/archive/refs/tags/v$VERSION_TAG.zip"
7
RUN unzip "v$VERSION_TAG.zip"
docker-example/docker-compose.yml
@@ -1,5 +1,3 @@
-version: '3.8'
-
services:
database:
build:
0 commit comments