From 87e60a85c6a55fe227fda61e0339a1097e52251e Mon Sep 17 00:00:00 2001 From: Romain Pignolet Date: Fri, 19 Jul 2024 11:44:07 +0200 Subject: [PATCH] fix(build-env): use hyphen instead of underscore for image name --- build-env-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-env-python/README.md b/build-env-python/README.md index 7c6152f..8b0d3fc 100644 --- a/build-env-python/README.md +++ b/build-env-python/README.md @@ -9,7 +9,7 @@ The image being used is a manylinux2014 image originally based on CentOS 7 and c The image can be built and tagged with: ```bash -docker build . -t tdp_builder_python +docker build . -t tdp-builder-python ``` ## Start the container