feat: upgrade to capacitor 5.0

This commit is contained in:
2023-10-19 11:19:04 +02:00
committed by Rainer Killinger
parent a02190fe5a
commit 066e374462
55 changed files with 2458 additions and 1765 deletions

View File

@@ -6,7 +6,7 @@ LABEL version="2.0.0" \
maintainer="Jovan Krunić <krunic@uni-frankfurt.de>"
### Configure versions to install
ENV ANDROID_APIS="android-30" \
ENV ANDROID_APIS="android-33" \
ANDROID_BUILD_TOOLS_VERSION="30.0.2" \
NPM_VERSION="^9.0.0" \
IONIC_VERSION="^6.0.0" \
@@ -113,6 +113,9 @@ RUN cd / && ionic start $TMP_PROJECT_NAME blank --type=angular --capacitor --no-
### Compatibility with musl libc
RUN ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
### PNPM
RUN corepack enable && corepack prepare pnpm@latest-8 --activate
### Set working directory
WORKDIR /app