Added dependency in docker-compose (#173)

* Added dependency in docker-compose
* downgrade sharp version to 0.28
This commit is contained in:
Alex
2022-05-22 10:15:38 -05:00
committed by GitHub
parent 55c5027539
commit 2c83e52c15
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN apk add --update-cache build-base python3
RUN apk add --update-cache build-base python3 libheif vips-dev vips
RUN npm install