Skip to content

Commit

Permalink
Try to fix npm install sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Feb 21, 2024
1 parent 7907500 commit 906bbe4
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 252 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.blifrivillig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG STUDENTBERGEN_TOKEN
ARG CRESCAT_TOKEN
ARG INVALIDATE_SECRET

RUN npm install
RUN npm install --unsafe-perm

RUN npm run postbuild

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.kvarteret
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG STUDENTBERGEN_TOKEN
ARG CRESCAT_TOKEN
ARG INVALIDATE_SECRET

RUN npm install
RUN npm install --unsafe-perm

RUN npm run postbuild

Expand Down
2 changes: 1 addition & 1 deletion apps/blifrivillig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plaiceholder": "^2.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.30.7"
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/node": "18.7.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/kvarteret/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-burger-menu": "^3.0.9",
"react-dom": "17.0.2",
"sanitize-html": "^2.6.1",
"sharp": "^0.30.7",
"sharp": "^0.33.2",
"slugify": "^1.6.6",
"swiper": "^11.0.4"
},
Expand Down
Loading

0 comments on commit 906bbe4

Please sign in to comment.