haaska icon indicating copy to clipboard operation
haaska copied to clipboard

error when building docker container on OSX

Open gnkarn opened this issue 6 years ago • 0 comments

is build ok ( seams to , no errors), but when run is executed , this is the output:

iMacGusos10ext5~/Downloads/haaska-master$ docker build -t haaska . && docker run -v "$PWD":/usr/src/app haaska Sending build context to Docker daemon 145.4kB Step 1/6 : FROM python:3.6 ---> 3e4c2972dc8d Step 2/6 : RUN apt-get update && apt-get install -y jq zip && pip install awscli && apt-get clean && cd /var/lib/apt/lists && rm -fr Release Sources Packages && truncate -s 0 /var/log/*log ---> Using cache ---> 4ae644c82f70 Step 3/6 : RUN mkdir -p /usr/src/app ---> Using cache ---> d7145cfb289d Step 4/6 : COPY . /usr/src/app ---> Using cache ---> a49b53727f0a Step 5/6 : WORKDIR /usr/src/app ---> Using cache ---> 97555dd83cf9 Step 6/6 : CMD ["make"] ---> Using cache ---> 4d0c3f5f8971 Successfully built 4d0c3f5f8971 Successfully tagged haaska:latest mkdir -p build cp haaska.py config/config.json.sample config/config.json config/config.json_backup build pip install --system -t build requests

Usage:
pip install [options] [package-index-options] ... pip install [options] -r [package-index-options] ... pip install [options] [-e] ... pip install [options] [-e] ... pip install [options] <archive url/path> ...

no such option: --system

gnkarn avatar Nov 03 '18 23:11 gnkarn