Skip to content

Commit

Permalink
Merge pull request #17 from p-robotics-hub/robo
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
hiroki-ikeuchi authored Mar 16, 2021
2 parents 40bfee0 + b35d5b1 commit 4b1ae04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/robo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM burger-war-core:latest
#-------------------------------------------------------------------------------------------------
# 実機環境での実行に必要なパッケージをインストールする
#-------------------------------------------------------------------------------------------------
RUN apt-get update -q && apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-uvc-camera \
&& rm -rf /var/lib/apt/lists/*

#-------------------------------------------------------------------------------------------------
# 参加者のワークスペースをイメージに取り込む
Expand Down

0 comments on commit 4b1ae04

Please sign in to comment.