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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -54,7 +54,7 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"sharp": "^0.30.4",
"sharp": "^0.28.0",
"socket.io-redis": "^6.1.1",
"systeminformation": "^5.11.0",
"typeorm": "^0.2.41"