Skip to content

Commit

Permalink
Add time to pdal dependencies (#1436)
Browse files Browse the repository at this point in the history
* Add time cmd to base dockerfile to track memory usage

* xenial-specific dockerfile no longer needed. PDAL uses Xenial as Docker base for pdal/dependencies
  • Loading branch information
msmitherdc authored and hobu committed Dec 13, 2016
1 parent 3d73222 commit 7a21ff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 282 deletions.
1 change: 1 addition & 0 deletions scripts/docker/dependencies/Dockerfile
Expand Up @@ -66,6 +66,7 @@ RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \
cython \
python-pip \
libgdal1-dev \
time \
&& rm -rf /var/lib/apt/lists/*

RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.6 20 && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6 20
Expand Down
282 changes: 0 additions & 282 deletions scripts/docker/dependencies/Dockerfile.xenial

This file was deleted.

0 comments on commit 7a21ff0

Please sign in to comment.