mirror of
https://github.com/immich-app/immich.git
synced 2025-03-01 15:11:21 +01:00
Added dependency in docker-compose (#173)
* Added dependency in docker-compose * downgrade sharp version to 0.28
This commit is contained in:
parent
55c5027539
commit
2c83e52c15
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
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
|
RUN npm install
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rxjs": "^7.2.0",
|
"rxjs": "^7.2.0",
|
||||||
"sharp": "^0.30.4",
|
"sharp": "^0.28.0",
|
||||||
"socket.io-redis": "^6.1.1",
|
"socket.io-redis": "^6.1.1",
|
||||||
"systeminformation": "^5.11.0",
|
"systeminformation": "^5.11.0",
|
||||||
"typeorm": "^0.2.41"
|
"typeorm": "^0.2.41"
|
||||||
|
|
Loading…
Add table
Reference in a new issue