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.
2 parents be51e8e + 62cff16 commit ae14f61Copy full SHA for ae14f61
Dockerfile
@@ -1,6 +1,8 @@
1
FROM kbase/sdkpython:3.8.0
2
3
-RUN apt-get update -y && apt-get install -y vim wget
+RUN apt-get update -y && apt-get install -y vim wget gnupg
4
+RUN curl -fsSL https://research.cs.wisc.edu/htcondor/repo/keys/HTCondor-10.x-Key > key; cat key | apt-key add -;
5
+
6
RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
7
8
RUN useradd -m restd
0 commit comments