Skip to content

Commit

Permalink
add special background
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 21, 2024
1 parent bfb1138 commit 1ee0b98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@ WORKDIR $ROS_UNDERLAY/..
RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" && \
colcon build

# Download the background image from GitHub raw content URL
RUN wget -O /usr/share/backgrounds/custom-background.png \
https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
extras/background.png && \
mv /usr/share/backgrounds/warty-final-ubuntu.png \
/usr/share/backgrounds/warty-final-ubuntu.png.bak && \
mv /usr/share/backgrounds/custom-background.png \
/usr/share/backgrounds/warty-final-ubuntu.png && \
cp /usr/share/backgrounds/warty-final-ubuntu.png \
/usr/share/backgrounds/ubuntu-wallpaper-d.png

# source entrypoint setup
RUN touch /ros_entrypoint.sh && sed --in-place --expression \
'$i source "$ROS_UNDERLAY/setup.bash"' /ros_entrypoint.sh
Expand Down

0 comments on commit 1ee0b98

Please sign in to comment.