From 5daa5046c6cfdbaef298b56f7a2626e3ce46e154 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:30:55 +0300 Subject: [PATCH] Remove install-build-deps.py (again) --- tools/images/build-deps/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/images/build-deps/Dockerfile b/tools/images/build-deps/Dockerfile index 69430647..b67c1f8f 100644 --- a/tools/images/build-deps/Dockerfile +++ b/tools/images/build-deps/Dockerfile @@ -33,7 +33,6 @@ USER ${user} WORKDIR /home/${user} RUN wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.sh && \ - wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.py && \ sed -i 's/snapcraft/wget/' install-build-deps.sh && \ chmod +x ./install-build-deps.sh && \ chmod +x ./install-build-deps.py && \