Skip to content

Commit

Permalink
Merge 68fea1b into 6d926f3
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Mar 6, 2020
2 parents 6d926f3 + 68fea1b commit 7f7d352
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update -q -y && \
apt-get update -q -y && \
apt-get install -y \
wget vim iputils-ping curl \
libsqlite3-dev libssl-dev \
python2.7 python2.7-dev python-virtualenv \
libsqlite3-dev libssl-dev libffi-dev \
python-virtualenv \
git subversion \
build-essential gdb && \
apt-get clean && \
Expand All @@ -24,22 +24,17 @@ ENV PYENV_ROOT $HOME/.pyenv
ENV PATH $HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
RUN wget https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer -O - | bash && \
pyenv --version && \
pyenv install 2.7.13 && \
pyenv install 3.5.2 && \
pyenv install 3.8.0
RUN pyenv local 2.7.13 && \
pip install --upgrade pip && \
pip install --upgrade setuptools tox requests && \
pyenv local --unset
pyenv install 3.8.2
RUN pyenv local 3.5.2 && \
pip install --upgrade pip && \
pip install --upgrade setuptools tox requests && \
pyenv local --unset
RUN pyenv local 3.8.0 && \
RUN pyenv local 3.8.2 && \
pip install --upgrade pip && \
pip install --upgrade setuptools tox requests && \
pyenv local --unset
RUN pyenv local 2.7.13 3.5.2 3.8.0 && \
RUN pyenv local 3.5.2 3.8.2 && \
pip install virtualenv

# gcc
Expand Down

0 comments on commit 7f7d352

Please sign in to comment.