From 1ddf6b1271aba197db8a4f90a5fcea35f5141482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 18 Nov 2021 11:54:42 +0100 Subject: [PATCH] fix: don't attempt to security patch edx-platform --- tutor/templates/build/openedx/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutor/templates/build/openedx/Dockerfile b/tutor/templates/build/openedx/Dockerfile index 7b7fb9d376..217329cf18 100644 --- a/tutor/templates/build/openedx/Dockerfile +++ b/tutor/templates/build/openedx/Dockerfile @@ -44,9 +44,6 @@ RUN git config --global user.email "tutor@overhang.io" \ {{ patch("openedx-dockerfile-git-patches-default") }} {% else %} # Patch edx-platform -# edx-proctoring security fix https://github.com/edx/edx-platform/pull/29347/ -RUN git fetch --depth=2 https://github.com/edx/edx-platform d61dcac29d1651956623c150be53a8bbe69e9346 \ - && git cherry-pick d61dcac29d1651956623c150be53a8bbe69e9346 {% endif %} {# Example: RUN git fetch --depth=2 https://github.com/edx/edx-platform && git cherry-pick #}