Skip to content

Commit

Permalink
Dockerfile cleanup and ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 8, 2015
1 parent e03f93c commit 692cb11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ RUN git clone https://github.com/PDAL/PDAL \
&& cd / \
&& rm -rf PDAL


# cleanup
RUN rm -rf laszip laz-perf points2grid pcl nitro hexer 3.2.7.tar.gz eigen-eigen-b30b87236a1b

ENTRYPOINT ["/usr/bin/pdal"]

0 comments on commit 692cb11

Please sign in to comment.