Skip to content

Commit a7fe3be

Browse files
committed
makefile update to prevent AWS CodeBuild docker overlay storage error
1 parent 0fdf40d commit a7fe3be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This repo exists as it is rather painful to compile all libraries required to ge
6262
This lambda layer contains the node module [sharp](https://github.com/lovell/sharp). But unlike a normal installation via `npm i sharp` this layer does not use the prebuilt sharp and libvips binaries. This layer compiles libwebp, libde265, libheif, libvips, and sharp from source in order to provide HEIC/HEIF (and webp) functionality in an AWS Lambda environment.
6363

6464
### Dependencies
65-
The following table lists the release version of this repo together with the version of each dependency
65+
The following table lists the release version of this repo together with the version of each dependency. Patch versions are related to the build process or documentation and have the same dependencies as the minor version.
6666
| release | sharp | libvips | libheif | libwebp | libde265 | nodejs |
6767
|---------|--------|---------|---------|---------|----------|--------|
6868
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |

layer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ libvips: installLib libheif libwebp
3838
cd vips-$(VIPS_VERSION) && ./configure --prefix=$(PREFIX_PATH) && make V=0 && make install
3939

4040
installLib:
41+
yum install -y yum-plugin-ovl && \
4142
yum install -y \
4243
glib2-devel \
4344
expat-devel \

0 commit comments

Comments
 (0)