Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtudela authored Sep 17, 2024
1 parent 94a5ca7 commit 0b165f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ RUN curl -o- -L https://raw.githubusercontent.com/grupo-avispa/cortex/developmen

FROM ros:${ros_version} AS ros-version
COPY --from=ros-base /usr/local /usr/local
RUN apt update && apt install -y libopenscenegraph-dev

FROM ${dsr_version}-version AS final
ARG dsr_version
RUN echo "Built ${dsr_version} CORTEX"
CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 0b165f4

Please sign in to comment.