toluaina / pgsync

Postgres to Elasticsearch/OpenSearch sync
https://pgsync.com
MIT License
1.16k stars 180 forks source link

can not docker build on main branch #486

Open wujun4code opened 1 year ago

wujun4code commented 1 year ago

Problem Description: can not docker build.

docker compose -f "docker-compose.yml" up -d --build 

Error Message (if any):

image

space55 commented 1 year ago

I faced the same issue. If you change the first line of the Dockerfile to the following, it works:

FROM python:3