Skip to content

Commit

Permalink
cd(linux_arm): fix wget not installed & wait for it
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Sep 17, 2023
1 parent 33bcc1d commit 5cafc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app

# Update and install necessary dependencies
RUN apt-get update && \
apt-get install -y curl git unzip tar clang cmake ninja-build pkg-config libgtk-3-dev libglu1-mesa-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libunwind-dev locate patchelf gir1.2-appindicator3-0.1 libappindicator3-1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev mpv libmpv-dev rpm
apt-get install -y wget curl git unzip tar clang cmake ninja-build pkg-config libgtk-3-dev libglu1-mesa-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libunwind-dev locate patchelf gir1.2-appindicator3-0.1 libappindicator3-1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev mpv libmpv-dev rpm

# Install Flutter (latest stable version) with Linux support
RUN git clone https://github.com/flutter/flutter.git /opt/flutter && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ jobs:
needs:
- windows
- linux
- linux_arm
- android
- macos
steps:
Expand Down

0 comments on commit 5cafc38

Please sign in to comment.