Fix for updated python:3.9-slim docker image
Browse files[Some packages have been removed due to an update to the Docker image `python:3.9-slim`](https://discuss.huggingface.co/t/build-error-job-failed-with-exit-code-1-while-creating-a-space-at-hugging-face/166760/7), so a fix is required.
- Dockerfile +0 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -5,7 +5,6 @@ WORKDIR /app | |
| 5 | 
             
            RUN apt-get update && apt-get install -y \
         | 
| 6 | 
             
                build-essential \
         | 
| 7 | 
             
                curl \
         | 
| 8 | 
            -
                software-properties-common \
         | 
| 9 | 
             
                git \
         | 
| 10 | 
             
                && rm -rf /var/lib/apt/lists/*
         | 
| 11 |  | 
|  | |
| 5 | 
             
            RUN apt-get update && apt-get install -y \
         | 
| 6 | 
             
                build-essential \
         | 
| 7 | 
             
                curl \
         | 
|  | |
| 8 | 
             
                git \
         | 
| 9 | 
             
                && rm -rf /var/lib/apt/lists/*
         | 
| 10 |  | 
 
			

