From 81b2612cb39e26067490955418478f965aeba787 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Fri, 9 Jul 2021 17:26:43 +0200 Subject: [PATCH] Update README.md --- dockerfiles/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 4234c4d..76e76f2 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -6,9 +6,7 @@ Make sure you have [Docker](https://docs.docker.com/get-docker) available on you 1. Build the docker image: ```console cd dockerfiles - docker build . --build-arg ROBOTOLOGY_SUPERBUILD_RELEASE=releases/2021.05 \ - --build-arg BUILD_TYPE=Release \ - --tag icub-fkin-inspection + docker build . --build-arg ROBOTOLOGY_SUPERBUILD_RELEASE=releases/2021.05 --tag icub-fkin-inspection ``` 2. Launch the container: ```console