Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Sep 11, 2024
1 parent d1716d5 commit 6be12fe
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 @@ -499,7 +499,8 @@ RUN case "$TARGETPLATFORM" in \
*) echo "Unknown architecture: $TARGETPLATFORM" && exit 1 ;; \
esac && \
echo "Architecture directory: $ARCH_LIB_DIR" && \
echo "ARCH_LIB_DIR=$ARCH_LIB_DIR" >> /etc/environment
export ARCH_LIB_DIR=$ARCH_LIB_DIR && \
echo "export ARCH_LIB_DIR=$ARCH_LIB_DIR" >> /etc/bash.bashrc

# Set up runtime environment and artifacts
COPY --from=rosdep-universe-depend /rosdep-exec-depend-packages.txt /tmp/rosdep-exec-depend-packages.txt
Expand Down

0 comments on commit 6be12fe

Please sign in to comment.