Skip to content

Commit 9a41b0f

Browse files
committed
Add comment not to remove the make multiversion from Dockerfile.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent 48fa2bc commit 9a41b0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ WORKDIR /tmp/doc_repository
3434

3535
USER $user
3636

37+
# https://build.ros.org/job/doc_ros2doc/ relies on "make multiversion" to build the official documentation.
38+
# Do not remove "make multiversion" from CMD, as it is the entrypoint for the container.
3739
CMD ["bash", "-c", "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt && make multiversion"]

0 commit comments

Comments
 (0)