Motasem

Results 1 comments of Motasem

Windows uses the two-character sequence CR LF in bootstrap.sh. You just need to remove all \r, or just use my Dockerfile: ``` FROM ubuntu:16.04 RUN apt-get update && apt-get clean...