Updated on 2026-08-14
This commit is contained in:
parent
a71a2a6686
commit
dfb2896bb4
9 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
14
ci_resources/Dockerfile.lightweight
Normal file
14
ci_resources/Dockerfile.lightweight
Normal file
|
|
@ -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"]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue