Skip to content

Commit

Permalink
Merge pull request #43 from developmentseed/develop
Browse files Browse the repository at this point in the history
republish 1.0.0
  • Loading branch information
matthewhanson authored Jul 27, 2018
2 parents 5bf5ba8 + d3d3a56 commit c0d6e10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ FROM lambdalinux/baseimage-amzn:2017.03-004

RUN \
yum -y update; \
# python 3.6
yum install -y python36-devel python36-pip; \
pip-3.6 install boto3 pytest; \
pip-3.6 install --upgrade pip; \
# python 2.7
yum install -y python27-devel python27-pip; \
pip-2.7 install boto3 pytest; \
pip-2.7 install --upgrade pip; \
Expand Down
2 changes: 1 addition & 1 deletion bin/lambda-package-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rsync -ax $PREFIX/lib64/python$PYVER/site-packages/ $DEPLOY_DIR/ \

# copy GDAL_DATA files over
mkdir -p $DEPLOY_DIR/share
rsync -ax $PREFIX/share/gdal share/
rsync -ax $PREFIX/share/gdal $DEPLOY_DIR/share/

# zip up deploy package
cd $DEPLOY_DIR
Expand Down

0 comments on commit c0d6e10

Please sign in to comment.