[gnome-runtime-images] Base: use curl instead of wget
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images] Base: use curl instead of wget
- Date: Thu, 31 Jan 2019 11:42:05 +0000 (UTC)
commit 478fb7684769eefde62f39daaca33823dcf90cf0
Author: Jordan Petridis <jordan centricular com>
Date: Thu Jan 31 13:34:46 2019 +0200
Base: use curl instead of wget
base.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/base.yml b/base.yml
index 8a39fa7..6f7704b 100644
--- a/base.yml
+++ b/base.yml
@@ -10,7 +10,7 @@ RUN dnf -y update && \
dnf clean all
# Temporary pin flatpak-builder
-RUN wget
'https://kojipkgs.fedoraproject.org//packages/flatpak-builder/1.0.2/1.fc29/x86_64/flatpak-builder-1.0.2-1.fc29.x86_64.rpm'
&& \
+RUN curl -o flatpak-builder-1.0.2-1.fc29.x86_64.rpm
'https://kojipkgs.fedoraproject.org//packages/flatpak-builder/1.0.2/1.fc29/x86_64/flatpak-builder-1.0.2-1.fc29.x86_64.rpm'
&& \
dnf install -y flatpak-builder-1.0.2-1.fc29.x86_64.rpm
RUN flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]