Skip to content

Commit 7a0560d

Browse files
committed
resolve docker build warnings
1 parent 9e52daf commit 7a0560d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-example/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM postgres:16.0-bookworm AS builder
2-
ENV VERSION_TAG 0.5.4
2+
ENV VERSION_TAG=0.5.4
33

4+
WORKDIR /
45
RUN apt-get update && apt-get install -y curl unzip make gcc postgresql-server-dev-16
56
RUN curl -LO "https://github.com/ChenHuajun/pg_roaringbitmap/archive/refs/tags/v$VERSION_TAG.zip"
67
RUN unzip "v$VERSION_TAG.zip"

docker-example/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
database:
53
build:

0 commit comments

Comments
 (0)