Skip to content

Commit

Permalink
Remove subversion install
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 30, 2024
1 parent 2cf5fb7 commit 39d1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/moos-ivp-gui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Conlan Cesar <[email protected]>"

# Install required MOOS dependencies
USER root
RUN apt-get update -y && apt-get install -y cmake build-essential subversion git libtiff5-dev libfltk1.3-dev freeglut3-dev libpng-dev libjpeg-dev libxinerama-dev libxft-dev && apt-get clean
RUN apt-get update -y && apt-get install -y libtiff5-dev libfltk1.3-dev freeglut3-dev libpng-dev libjpeg-dev libxinerama-dev libxft-dev && apt-get clean
USER moos

# Build the MOOS-IvP tools
Expand Down

0 comments on commit 39d1dc2

Please sign in to comment.