Skip to content

Commit

Permalink
dockerfile: Use the proper URL for flat-manager-client
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jul 24, 2023
1 parent a033225 commit bffd25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.
RUN flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
RUN flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo

ADD --chmod=755 https://github.com/flatpak/flat-manager/blob/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client /usr/bin
ADD --chmod=755 https://raw.githubusercontent.com/flatpak/flat-manager/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client /usr/bin

0 comments on commit bffd25b

Please sign in to comment.