Skip to content
Snippets Groups Projects
Commit 41e0f628 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Fix solve warn about json args

parent 7d77f7c0
Branches main
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ ENV RUNNING_IN_DOCKER=true
# Define entrypoint and command
ENTRYPOINT ["/ros_entrypoint.sh"]
CMD $EXT_SHELL
CMD ["$EXT_SHELL"]
# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=
......@@ -206,7 +206,7 @@ RUN if [ "$CONAN" = "install" ]; \
RUN rm -rf *
# Update this date to re-run the image final update
LABEL image.date=19-12-2024
LABEL image.date=09-01-2025
# Update final image
RUN apt-get update \
......@@ -219,4 +219,4 @@ ENV DEBIAN_FRONTEND=
# Define entrypoint and command
ENTRYPOINT ["/ros_entrypoint.sh"]
CMD $EXT_SHELL
CMD ["$EXT_SHELL"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment