We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b55fc commit 3cd48d5Copy full SHA for 3cd48d5
hosted-ce/Dockerfile
@@ -34,7 +34,7 @@ RUN patch -d / -p0 < /tmp/skip_key_copy.patch
34
# Fix Ubuntu20 OS detection (SOFTWARE-4463)
35
# Can be dropped when HTCONDOR-242 is involved
36
COPY overrides/HTCONDOR-242.remote-os-detection.patch /tmp
37
-RUN patch -d / -p0 < /tmp/HTCONDOR-242.remote-os-detection.patch
+RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remote-os-detection.patch
38
39
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
40
# Expects a Git repo with the following directory structure:
0 commit comments