Skip to content

Commit

Permalink
Add a dummy cmake package path that is writable by all.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lezar committed Feb 10, 2016
1 parent eddc932 commit a890083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Unsure that the cmake package path is writable by all.
RUN mkdir //.cmake && chmod 777 //.cmake

CMD bash

0 comments on commit a890083

Please sign in to comment.