Skip to content

Commit

Permalink
Fix bad name for env var
Browse files Browse the repository at this point in the history
Signed-off-by: Gerardo Puga <[email protected]>
  • Loading branch information
glpuga committed Dec 5, 2024
1 parent 86a6c33 commit c0d0e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarks/beluga_vs_nav2_multi_dataset/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ devel:
apt clean && rm -rf /var/lib/apt/lists/*
RUN pip install linuxdoc sphinxcontrib.datatemplates sphinxcontrib-repl
COPY DEFAULT_FASTRTPS_PROFILES.xml /
ENV ROS2_DEFAULT_FASTRTPS_PROFILES_FILE=/DEFAULT_FASTRTPS_PROFILES.xml
ENV FASTRTPS_DEFAULT_PROFILES_FILE=/DEFAULT_FASTRTPS_PROFILES.xml
DO os+ADDUSER --user=${user} --uid=${uid} --gid=${gid} --workdir=/workspace
SAVE IMAGE ekumenlabs/beluga-vs-nav2:dev

Expand Down

0 comments on commit c0d0e4a

Please sign in to comment.