Skip to content

Commit

Permalink
Removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
schmerl committed Oct 11, 2017
1 parent 267459c commit 91790ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,5 @@ RUN sudo apt-get install -y libignition-math2-dev && \
sudo apt-get update && \
sudo apt-get install -y gazebo7

#RUN wget -q "http://acme.able.cs.cmu.edu/public/BRASS/deployment/gazebo7_vm_mods.zip" && \
# unzip gazebo7_vm_mods.zip && \
# sudo cp -r --no-preserve=mode,ownership gazebo_mods/usr/* /usr && \
# rm -r gazebo_mods gazebo7_vm_mods.zip && \
# sudo chmod +x /usr/bin/gazebo-7.0.0 /usr/bin/gzclient-7.0.0 /usr/bin/gzserver-7.0.0 /usr/bin/gz-7.0.0

# use a modified entrypoint script
ADD entrypoint.sh entrypoint.sh

0 comments on commit 91790ac

Please sign in to comment.