Skip to content

Commit b80c877

Browse files
committed
#95: fix typo
1 parent 0acef5d commit b80c877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For the base image
66
```shell
77
docker build -t vttv:latest --build-arg BASE_IMAGE="ubuntu:24.04" --build-arg GCOV=gcov-14 --build-arg BASE_IMAGE=ubuntu:24.04 --build-arg CC=gcc-14 --build-arg CXX=g++-14 --build-arg VTK=9.3.1 -f make-base.dockerfile .
88
```
9-
Then for the build& Test image
9+
Then for the build & test image
1010
```shell
1111
docker build -t vttv-build:latest --build-arg BASE_IMAGE="vttv:latest" --build-arg VT_TV_TESTS_ENABLED=ON --build-arg VT_TV_COVERAGE_ENABLED=OFF --build-arg VT_TV_PYTHON_BINDINGS_ENABLED=ON -f build-and-test.dockerfile .
1212
```

0 commit comments

Comments
 (0)