This repository was archived by the owner on Nov 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616COPY ./install-cmake.sh /
1717RUN bash -x /install-cmake.sh
1818
19- ARG MESON_VERSION=0.63.0
20- RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320COPY build-desktop-file-utils.sh /
2421RUN bash -x /build-desktop-file-utils.sh
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616COPY ./install-cmake.sh /
1717RUN bash -x /install-cmake.sh
1818
19- ARG MESON_VERSION=0.63.0
20- RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320COPY build-desktop-file-utils.sh /
2421RUN bash -x /build-desktop-file-utils.sh
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616COPY ./install-cmake.sh /
1717RUN bash -x /install-cmake.sh
1818
19- ARG MESON_VERSION=0.63.0
20- RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320COPY build-desktop-file-utils.sh /
2421RUN bash -x /build-desktop-file-utils.sh
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ ARG ZSYNC_VERSION=0.6.2
4545COPY build-zsync.sh /
4646RUN bash -x /build-zsync.sh
4747
48- ARG MESON_VERSION=0.63.0
49- RUN python3 -m pip install meson=="$MESON_VERSION"
50-
5148ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
5249COPY build-desktop-file-utils.sh /
5350RUN bash -x /build-desktop-file-utils.sh
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ ARG ZSYNC_VERSION=0.6.2
4242COPY build-zsync.sh /
4343RUN bash -x /build-zsync.sh
4444
45- ARG MESON_VERSION=0.63.0
46- RUN python3 -m pip install meson=="$MESON_VERSION"
47-
4845ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
4946COPY build-desktop-file-utils.sh /
5047RUN bash -x /build-desktop-file-utils.sh
You can’t perform that action at this time.
0 commit comments