mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Merge branch 'master' of github.com:paradoxxxzero/butterfly
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y -q --no-install-recommends \
|
&& apt-get install -y -q --no-install-recommends \
|
||||||
@@ -7,8 +7,9 @@ RUN apt-get update \
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
&& sudo easy_install pip \
|
ca-certificates \
|
||||||
&& sudo pip install --upgrade setuptools \
|
&& easy_install pip \
|
||||||
|
&& pip install --upgrade setuptools \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*
|
&& rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user