1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Travis: Fixed bash interpreter

This commit is contained in:
Bumsik Kim 2018-06-18 03:11:21 -04:00
parent 7ebe935805
commit d1563d14bc
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
6 changed files with 30 additions and 26 deletions

View file

@ -12,10 +12,7 @@ RUN apt-get update && \
ln /usr/bin/pip3 /usr/bin/pip && \
rm -rf /var/cache/apt/archives/*.deb && \
pip install virtualenv && \
pip install --upgrade pip setuptools && \
useradd -c Builder -m -U builder
USER builder
pip install --upgrade pip setuptools
# Get Miniconda and make it the main Python interpreter
RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \