Skip to content

Commit

Permalink
Fix quay (#242)
Browse files Browse the repository at this point in the history
* Fix quay

* Fix quay

* Fix quay

Co-authored-by: Boris Sadkhin <[email protected]>
  • Loading branch information
bio-boris and Boris Sadkhin authored May 26, 2020
1 parent e5cbf6b commit 647f31e
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/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
Expand Down

0 comments on commit 647f31e

Please sign in to comment.