You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository fresh cloned, I try to build the container with sudo docker-compose build, but I receive this error: $ sudo docker-compose build
WARNING: The ENV_POSTGRES_CONF variable is not set. Defaulting to a blank string. WARNING: The PWD variable is not set. Defaulting to a blank string. Building fastcve unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /Dockerfile: no such file or directory ERROR: Service 'fastcve' failed to build : Build failed
Can you please help me?
The text was updated successfully, but these errors were encountered:
Don't use sudo, try to build just with docker-compose build. If you get rights error when running without the sudo, consider adding your account to the docker group.
Repository fresh cloned, I try to build the container with
sudo docker-compose build
, but I receive this error:$ sudo docker-compose build
WARNING: The ENV_POSTGRES_CONF variable is not set. Defaulting to a blank string. WARNING: The PWD variable is not set. Defaulting to a blank string. Building fastcve unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /Dockerfile: no such file or directory ERROR: Service 'fastcve' failed to build : Build failed
Can you please help me?
The text was updated successfully, but these errors were encountered: