fix: 💚 Just remove flutter since no longer using it
All checks were successful
andreas-personal/jenkins-ssh-docker-agent/pipeline/head This commit looks good

This commit is contained in:
2025-06-06 03:59:54 +02:00
parent 2ca9c9dbe4
commit ece29dd217
2 changed files with 0 additions and 62 deletions

View File

@ -18,37 +18,6 @@ RUN echo \
RUN apt-get update
RUN apt-get install -y docker-ce-cli
# Install tea
# RUN apt-get install -y git make golang
# RUN git clone https://gitea.com/gitea/tea.git
# RUN cd tea && make && make install
# Install flutter
RUN apt-get install -y curl git wget \
unzip libgconf-2-4 gdb \
libstdc++6 libglu1-mesa fonts-droid-fallback \
lib32stdc++6 python3 sed
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
RUN git config --global --add safe.directory /usr/local/flutter
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"
RUN chown -R jenkins:jenkins /usr/local/flutter
# Run flutter doctor and upgrade
USER jenkins
RUN flutter config --no-cli-animations
RUN flutter doctor -v
RUN flutter channel master
RUN flutter upgrade
RUN dart pub global activate flutter_distributor
RUN echo 'export PATH="$PATH:`dart pub global path`"' >>~/.bashrc
USER root
#Install OpenSSL
RUN apt-get install -y openssl