Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Apr 28, 2020
1 parent aab128c commit 89ed024
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ RUN apt-get update
# to run your App. For instance, you could place an apt-get update or
# install line here, a git checkout to download code, or run any other
# installation scripts.
RUN apt-get install -y gcc wget vim tmpreaper
RUN apt-get install -y gcc wget vim
RUN mkdir -p /etc/apt/sources.list.d
RUN apt-get update -y && apt-get install -y tmpreaper

RUN DEBIAN_FRONTEND=noninteractive wget -qO - https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key | apt-key add - \
&& echo "deb http://research.cs.wisc.edu/htcondor/debian/8.8/stretch stretch contrib" >> /etc/apt/sources.list \
Expand Down Expand Up @@ -57,4 +58,4 @@ WORKDIR /kb/module/
ENV KB_DEPLOYMENT_CONFIG=/kb/module/deploy.cfg

ENTRYPOINT [ "./scripts/entrypoint.sh" ]
CMD [ ]
CMD [ ]

0 comments on commit 89ed024

Please sign in to comment.