-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker build for directory locations
[skip ci]
- Loading branch information
1 parent
68652d5
commit 6f6e9c1
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
gdal/.git | ||
multibuild/.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
FROM quay.io/pypa/manylinux1_x86_64 | ||
MAINTAINER Matthew Brett | ||
|
||
COPY config.sh build_docker.sh gdal multibuild /io/ | ||
COPY config.sh build_docker.sh /io/ | ||
COPY gdal /io/gdal/ | ||
COPY multibuild /io/multibuild | ||
RUN bash /io/build_docker.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gdal
updated
2978 files