toluaina/pgsync

can not docker build on main branch

wujun4code opened this issue · 1 comments

Problem Description:
can not docker build.

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

Error Message (if any):

image

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

FROM python:3