Skip to content

Commit

Permalink
Merge pull request #5 from kbase/develop
Browse files Browse the repository at this point in the history
Develop->Main
  • Loading branch information
bio-boris authored Jan 26, 2023
2 parents be51e8e + 62cff16 commit ae14f61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM kbase/sdkpython:3.8.0

RUN apt-get update -y && apt-get install -y vim wget
RUN apt-get update -y && apt-get install -y vim wget gnupg
RUN curl -fsSL https://research.cs.wisc.edu/htcondor/repo/keys/HTCondor-10.x-Key > key; cat key | apt-key add -;

RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run

RUN useradd -m restd
Expand Down

0 comments on commit ae14f61

Please sign in to comment.