Skip to content

Commit

Permalink
Dockerfile: update image to branch with necessary patches
Browse files Browse the repository at this point in the history
Which is basically current main, with
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1798 applied.
  • Loading branch information
pabloyoyoista committed Sep 14, 2023
1 parent 94e285f commit b00c274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ghcr.io/distroless/alpine-base:latest

ENV BRANCH=gnome-43
ENV BRANCH=profiler-private
# distroless/alpine-base only has main by default
RUN echo "" >> /etc/apk/repositories \
&& echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
RUN apk add --no-cache meson apk-polkit-rs-dev build-base \
curl gdk-pixbuf-dev libxmlb-dev glib-dev gtk4.0-dev libadwaita-dev \
json-glib-dev libsoup3-dev gspell-dev polkit-dev libgudev-dev appstream-dev \
desktop-file-utils gsettings-desktop-schemas-dev dbus
RUN curl -L -O https://gitlab.gnome.org/GNOME/gnome-software/-/archive/${BRANCH}/gnome-software-${BRANCH}.tar.gz \
RUN curl -L -O https://gitlab.gnome.org/pabloyoyoista/gnome-software/-/archive/${BRANCH}/gnome-software-${BRANCH}.tar.gz \
&& tar xf gnome-software-${BRANCH}.tar.gz \
&& cd gnome-software-${BRANCH} \
&& meson \
Expand Down

0 comments on commit b00c274

Please sign in to comment.