Skip to content

Commit

Permalink
move definitions to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Sep 24, 2019
1 parent 0312a64 commit 17ee686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile_ubuntu_pdal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ARG PDAL_VERSION=1.8.0
ARG PROJ_VERSION=4.9.3
ARG PROJ_DATUMGRID_VERSION=1.8
ARG LAZ_PERF_VERSION=1.3.0
ARG SOURCE_GIT_URL=https://github.com
ARG SOURCE_GIT_REMOTE=OSGeo
ARG SOURCE_GIT_REPO=grass
ARG SOURCE_GIT_BRANCH=master

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -154,10 +158,6 @@ RUN wget \
make install

# download grass gis source from git
ARG SOURCE_GIT_URL=https://github.com
ARG SOURCE_GIT_REMOTE=OSGeo
ARG SOURCE_GIT_REPO=grass
ARG SOURCE_GIT_BRANCH=master
WORKDIR /src
# TODO change to COPY
ADD https://api.github.com/repos/$SOURCE_GIT_REMOTE/$SOURCE_GIT_REPO/git/refs/heads/$SOURCE_GIT_BRANCH version.json
Expand Down

0 comments on commit 17ee686

Please sign in to comment.