Ver código fonte

Merge pull request #2 from o3de/spham_amzn/update_docker

Adding ros-(distro)-desktop to support navigation stack for simulation docker as well (to match README.md)
Steve Pham 2 anos atrás
pai
commit
91293edf96
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Docker/Dockerfile

+ 1 - 0
Docker/Dockerfile

@@ -96,6 +96,7 @@ COPY cleanup.bash /data/workspace/cleanup.bash
 
 # Clone O3DE repos, register, build, and cleanup in the same layer to reduce the size
 RUN if [ "${IMAGE_TYPE}" = "simulation" ]; then \
+        apt-get install -y --no-install-recommends ros-${ROS_DISTRO}-desktop && \
         cd $WORKSPACE && \
         git clone --recursive $O3DE_REPO && \
         git -C $WORKSPACE/o3de checkout $O3DE_BRANCH &&\