Created
          June 9, 2018 12:45 
        
      - 
      
 - 
        
Save munshkr/b893f80bb2f9e1f41a48f0d92dfd5be1 to your computer and use it in GitHub Desktop.  
    Dockerfile to reproduce Poetry bug with python3-venv
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM debian | |
| RUN apt-get update && apt-get install -y --no-install-recommends \ | |
| git \ | |
| python3-pip \ | |
| python3-setuptools | |
| RUN pip3 install -U poetry | |
| RUN poetry new /app | |
| WORKDIR /app | |
| ENTRYPOINT ["/bin/bash"] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
To build image:
To reproduce bug: