Skip to content

Commit a1e7fd5

Browse files
Add comment not to remove the make multiversion from Dockerfile. (#5756) (#5764)
(cherry picked from commit 7f1d20f) Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent 9facf25 commit a1e7fd5

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)