Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Docker Hangs after selecting 'Geographic area' #1197

Open
srinathganesh opened this issue Apr 5, 2019 · 3 comments
Open

Docker Hangs after selecting 'Geographic area' #1197

srinathganesh opened this issue Apr 5, 2019 · 3 comments

Comments

@srinathganesh
Copy link

Steps done:

  1. git clone
  2. changed to branch v1.1.0 (default was develop branch, which I didnt want)
  3. docker-compose build

No progress after entering value. Same issue in both local machines and on cloud EC2 VM
image

@mikegrima
Copy link
Contributor

Hmm. I have never seen this before and don't know how to replicate. Can you outline the exact steps you took to reproduce the error?

@vermavinay982
Copy link

Choosing the noninteractive mode worked for me by avoiding all the input during docker image build.

FROM ubuntu
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
RUN pip3 install -r requirements.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants