Skip to content
Snippets Groups Projects
Commit ca20c4ee authored by Nick Bearson's avatar Nick Bearson
Browse files

we don't really need git or svn in this image

parent 20b976ce
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ENV NETCDF4_VERSION 4.4.1 ...@@ -13,7 +13,7 @@ ENV NETCDF4_VERSION 4.4.1
RUN apt-get update && apt-get install -y byacc bison diffutils flex make RUN apt-get update && apt-get install -y byacc bison diffutils flex make
# grab some convenience packages for using it as a build "machine" # grab some convenience packages for using it as a build "machine"
RUN apt-get install -y vim svn git RUN apt-get install -y vim
# get ready to build things # get ready to build things
RUN mkdir -p /usr/man/man1 RUN mkdir -p /usr/man/man1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment