From 89ed02460c632ac6e1aa02f19f9bcfcbfdea483a Mon Sep 17 00:00:00 2001 From: bio-boris Date: Tue, 28 Apr 2020 16:26:10 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b2ffa3d9..e433b7da2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -57,4 +58,4 @@ WORKDIR /kb/module/ ENV KB_DEPLOYMENT_CONFIG=/kb/module/deploy.cfg ENTRYPOINT [ "./scripts/entrypoint.sh" ] -CMD [ ] \ No newline at end of file +CMD [ ]