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
16
16
COPY ./install-cmake.sh /
17
17
RUN bash -x /install-cmake.sh
18
18
19
- ARG MESON_VERSION=0.63.0
20
- RUN python3 -m pip install meson=="$MESON_VERSION"
21
-
22
19
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
23
20
COPY build-desktop-file-utils.sh /
24
21
RUN 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
16
16
COPY ./install-cmake.sh /
17
17
RUN bash -x /install-cmake.sh
18
18
19
- ARG MESON_VERSION=0.63.0
20
- RUN python3 -m pip install meson=="$MESON_VERSION"
21
-
22
19
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
23
20
COPY build-desktop-file-utils.sh /
24
21
RUN 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
16
16
COPY ./install-cmake.sh /
17
17
RUN bash -x /install-cmake.sh
18
18
19
- ARG MESON_VERSION=0.63.0
20
- RUN python3 -m pip install meson=="$MESON_VERSION"
21
-
22
19
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
23
20
COPY build-desktop-file-utils.sh /
24
21
RUN 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
45
45
COPY build-zsync.sh /
46
46
RUN bash -x /build-zsync.sh
47
47
48
- ARG MESON_VERSION=0.63.0
49
- RUN python3 -m pip install meson=="$MESON_VERSION"
50
-
51
48
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
52
49
COPY build-desktop-file-utils.sh /
53
50
RUN 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
42
42
COPY build-zsync.sh /
43
43
RUN bash -x /build-zsync.sh
44
44
45
- ARG MESON_VERSION=0.63.0
46
- RUN python3 -m pip install meson=="$MESON_VERSION"
47
-
48
45
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
49
46
COPY build-desktop-file-utils.sh /
50
47
RUN bash -x /build-desktop-file-utils.sh
You can’t perform that action at this time.
0 commit comments