Skip to content

Commit c0d6e10

Browse files
Merge pull request #43 from developmentseed/develop
republish 1.0.0
2 parents 5bf5ba8 + d3d3a56 commit c0d6e10

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile.base

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FROM lambdalinux/baseimage-amzn:2017.03-004
55

66
RUN \
77
yum -y update; \
8-
# python 3.6
98
yum install -y python36-devel python36-pip; \
109
pip-3.6 install boto3 pytest; \
1110
pip-3.6 install --upgrade pip; \
12-
# python 2.7
1311
yum install -y python27-devel python27-pip; \
1412
pip-2.7 install boto3 pytest; \
1513
pip-2.7 install --upgrade pip; \

bin/lambda-package-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rsync -ax $PREFIX/lib64/python$PYVER/site-packages/ $DEPLOY_DIR/ \
3333

3434
# copy GDAL_DATA files over
3535
mkdir -p $DEPLOY_DIR/share
36-
rsync -ax $PREFIX/share/gdal share/
36+
rsync -ax $PREFIX/share/gdal $DEPLOY_DIR/share/
3737

3838
# zip up deploy package
3939
cd $DEPLOY_DIR

0 commit comments

Comments
 (0)