pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

can not docker build on main branch

Open wujun4code opened this issue 2 years ago • 1 comments

Problem Description: can not docker build.

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

Error Message (if any):

image

wujun4code avatar Aug 23 '23 05:08 wujun4code

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

FROM python:3

space55 avatar Sep 12 '23 01:09 space55