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
Describe the bug
When following the instructions in contrib/docker/ to build one of the comdb2 images you get an error that the make target doesn't exist.
To Reproduce
Clone the repository
Optional: Run cmake .
Run make docker-standalone
Expected behavior
A make target should exist for docker-standalone which build the comdb2-standalone:<version> Docker image
Environment:
Operating System and Version: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Describe the bug
When following the instructions in
contrib/docker/
to build one of the comdb2 images you get an error that the make target doesn't exist.To Reproduce
cmake .
make docker-standalone
Expected behavior
A make target should exist for
docker-standalone
which build thecomdb2-standalone:<version>
Docker imageEnvironment:
The text was updated successfully, but these errors were encountered: