Skip to content

Commit

Permalink
Merge pull request #161 from k4pu77/master
Browse files Browse the repository at this point in the history
Updated docker baseimage
  • Loading branch information
paradoxxxzero authored Jun 4, 2018
2 parents a028794 + ae6b36f commit 10b5ce3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04

RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
Expand All @@ -7,8 +7,9 @@ RUN apt-get update \
libssl-dev \
python-dev \
python-setuptools \
&& sudo easy_install pip \
&& sudo pip install --upgrade setuptools \
ca-certificates \
&& easy_install pip \
&& pip install --upgrade setuptools \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

Expand Down

0 comments on commit 10b5ce3

Please sign in to comment.