diff --git a/Dockerfile b/Dockerfile index 22cfd6cc8..8db4ce260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM kbase/sdkbase2:python MAINTAINER KBase Developer -RUN apt-get update + +RUN apt-get clean all && apt-get update --fix-missing -y + # ----------------------------------------- # In this section, you can install any system dependencies required # to run your App. For instance, you could place an apt-get update or