Skip to content

Commit ae14f61

Browse files
authored
Merge pull request #5 from kbase/develop
Develop->Main
2 parents be51e8e + 62cff16 commit ae14f61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM kbase/sdkpython:3.8.0
22

3-
RUN apt-get update -y && apt-get install -y vim wget
3+
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+
46
RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
57

68
RUN useradd -m restd

0 commit comments

Comments
 (0)