[gnome-runtime-images/alatiera/toolbx] Build the images on top of the upstream toolbox image




commit 9142e8df457e403e40bcc23a2f5a45d98f0f6498
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Jul 14 08:24:58 2022 +0300

    Build the images on top of the upstream toolbox image
    
    This way we will have toolbox compatibility for free

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 0d44290..f966dd1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:latest
+FROM registry.fedoraproject.org/fedora-toolbox:latest
 
 RUN dnf upgrade -y --best --allowerasing && dnf install -y git 'dnf-command(builddep)' libtool \
         automake gettext-devel autoconf && \
@@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/alatiera/flatpak-builder -b alatier
     cd flatpak-builder && \
     ./autogen.sh --with-system-debugedit && make -j$(nproc)
 
-FROM registry.fedoraproject.org/fedora:latest
+FROM registry.fedoraproject.org/fedora-toolbox:latest
 COPY --from=0 /flatpak-builder/flatpak-builder /usr/local/bin/flatpak-builder
 
 ENV FLATPAK_GL_DRIVERS=dummy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]