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:
parent
7ebe935805
commit
d1563d14bc
6 changed files with 30 additions and 26 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue