Skip to content

Commit

Permalink
update luxon and libcurl, reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Nov 19, 2022
1 parent 6ac1fc3 commit a6d7d4c
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 336 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="kernoeb <[email protected]>"
RUN apk add --no-cache curl bash

# For ARM / Macbook M1 Pro
# RUN apk add --no-cache python3 python3-dev py3-pip libcurl build-base curl-dev
RUN apk add --no-cache python3 python3-dev py3-pip libcurl build-base curl-dev

RUN npm install -g pnpm [email protected]

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@mdi/js": "^6.9.96",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/vuetify": "^1.12.3",
"axios": "^0.27.2",
Expand All @@ -43,11 +42,11 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsdom": "^19.0.0",
"luxon": "^2.5.0",
"luxon": "^3.1.0",
"minify-css-string": "^1.0.0",
"mongoose": "^6.7.2",
"ms": "^2.1.3",
"node-libcurl": "^2.3.4",
"node-libcurl": "^3.0.0",
"nuxt": "^2.15.8",
"nuxt-json-config": "^0.0.2",
"nuxt-start": "^2.15.8",
Expand All @@ -68,6 +67,7 @@
"@nuxt/types": "~2.15.8",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/moment": "^1.6.1",
"ajv": "^8.11.2",
"ajv-formats": "^2.1.1",
Expand Down
Loading

0 comments on commit a6d7d4c

Please sign in to comment.