Skip to content

Commit

Permalink
Merge pull request #49 from briehl/master
Browse files Browse the repository at this point in the history
update dockerfile to most recent sdkbase
  • Loading branch information
briehl authored Aug 1, 2018
2 parents 6ebeda8 + 2759ab4 commit fead2c8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kbase/kbase:sdkbase.latest
FROM kbase/kbase:sdkbase2.latest
MAINTAINER KBase Developer
# -----------------------------------------

Expand All @@ -7,14 +7,6 @@ MAINTAINER KBase Developer

RUN pip install coverage

# update security libraries in the base image
RUN pip install cffi --upgrade \
&& pip install pyopenssl --upgrade \
&& pip install ndg-httpsclient --upgrade \
&& pip install pyasn1 --upgrade \
&& pip install requests --upgrade \
&& pip install 'requests[security]' --upgrade

# -----------------------------------------

RUN pip install pylru
Expand Down

0 comments on commit fead2c8

Please sign in to comment.