Open shuther opened 11 months ago
Hi,
which version of docker and docker compose are you using, and on which host platform?
commit 5487f59 (ie. current main
branch) builds fine for me (using either docker-compose build
or docker build .
), with versions:
$ docker -v
Docker version 20.10.5+dfsg1, build 55c4c88
$ docker-compose -v
docker-compose version 1.25.0, build unknown
$ cat /etc/issue
Debian GNU/Linux 11 \n \l
I have the latest version; maybe something changed with docker compose v2?
docker -v
Docker version 24.0.7, build afdd53b
docker-compose -v
Docker Compose version v2.20.3
cat /etc/issue
Ubuntu 22.04.3 LTS \n \l
Happens here also
❯ docker -v
Docker version 25.0.3, build 4debf41
❯ docker-compose -v
Docker Compose version v2.24.6-desktop.1
MacOS.
The thing is that it worked up until today. I'm not sure what happened other than setting up pyenv
on my machine.
Deleting and cloning the project again did the trick for me.
does this issue persist ?
using the latest git pull: