diff --git a/Dockerfile b/ci_resources/Dockerfile.android similarity index 98% rename from Dockerfile rename to ci_resources/Dockerfile.android index a91ea81c41..4573a0972d 100644 --- a/Dockerfile +++ b/ci_resources/Dockerfile.android @@ -42,7 +42,7 @@ RUN gem install bundler:2.5.23 RUN gem install fastlane -v 2.211.0 -N -V RUN gem install fastlane-plugin-firebase_app_distribution -v 0.9.1 -N -V -COPY Gemfile Gemfile.lock ./ +COPY ../Gemfile Gemfile.lock ./ RUN bundle install --jobs=4 --retry=3 --verbose RUN bundle exec fastlane -v diff --git a/ci_resources/Dockerfile.lightweight b/ci_resources/Dockerfile.lightweight new file mode 100644 index 0000000000..8ea81ff654 --- /dev/null +++ b/ci_resources/Dockerfile.lightweight @@ -0,0 +1,14 @@ +FROM ubuntu:24.04 + +RUN apt-get update && apt-get install -y \ + curl \ + git \ + && apt-get clean + +RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && \ + chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && \ + echo "deb [signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" > /etc/apt/sources.list.d/github-cli.list && \ + apt-get update && apt-get install -y gh && \ + apt-get clean + +CMD ["bash"] diff --git a/ci_resources/x86_64_libs/ld-linux-x86-64.so.2 b/ci_resources/x86_64_libs/ld-linux-x86-64.so.2 deleted file mode 100755 index 8ef4df1a3d..0000000000 Binary files a/ci_resources/x86_64_libs/ld-linux-x86-64.so.2 and /dev/null differ diff --git a/ci_resources/x86_64_libs/libc.so.6 b/ci_resources/x86_64_libs/libc.so.6 deleted file mode 100755 index 4b600449a0..0000000000 Binary files a/ci_resources/x86_64_libs/libc.so.6 and /dev/null differ diff --git a/ci_resources/x86_64_libs/libdl.so.2 b/ci_resources/x86_64_libs/libdl.so.2 deleted file mode 100644 index 2862f8ef7e..0000000000 Binary files a/ci_resources/x86_64_libs/libdl.so.2 and /dev/null differ diff --git a/ci_resources/x86_64_libs/libgcc_s.so.1 b/ci_resources/x86_64_libs/libgcc_s.so.1 deleted file mode 100644 index 0e7b8a5939..0000000000 Binary files a/ci_resources/x86_64_libs/libgcc_s.so.1 and /dev/null differ diff --git a/ci_resources/x86_64_libs/libm.so.6 b/ci_resources/x86_64_libs/libm.so.6 deleted file mode 100644 index 7a473b15f3..0000000000 Binary files a/ci_resources/x86_64_libs/libm.so.6 and /dev/null differ diff --git a/ci_resources/x86_64_libs/libpthread.so.0 b/ci_resources/x86_64_libs/libpthread.so.0 deleted file mode 100644 index 3e09ebef74..0000000000 Binary files a/ci_resources/x86_64_libs/libpthread.so.0 and /dev/null differ diff --git a/ci_resources/x86_64_libs/librt.so.1 b/ci_resources/x86_64_libs/librt.so.1 deleted file mode 100644 index 8edf9c4312..0000000000 Binary files a/ci_resources/x86_64_libs/librt.so.1 and /dev/null differ