diff --git a/bin/steps/geo-libs b/bin/steps/geo-libs
index c41efb407b8a9a6dc4e13bc40d90aaa56e85c0eb..fc8fa0fe9ed35bc9dcba6d598e1fa9904dddc4cf 100755
--- a/bin/steps/geo-libs
+++ b/bin/steps/geo-libs
@@ -30,6 +30,7 @@ if [[ "$BUILD_WITH_GEO_LIBRARIES" ]]; then
     curl "$VENDORED_GDAL" -s | tar zxv -C .heroku/vendor &> /dev/null
     curl "$VENDORED_GEOS" -s | tar zxv -C .heroku/vendor &> /dev/null
     curl "$VENDORED_PROJ" -s | tar zxv -C .heroku/vendor &> /dev/null
+    cp /usr/lib/x86_64-linux-gnu/libjasper.so* ".heroku/vendor/lib/."
   fi
 
   GDAL=$(pwd)/vendor