FranckAbgrall HF Staff John6666 commited on
Commit
adcc423
·
verified ·
1 Parent(s): 7aa8120

Fix for updated python:3.9-slim docker image (#3)

Browse files

- Fix for updated python:3.9-slim docker image (4e067cdb85e421120d798fc8a08a06f005b89b48)


Co-authored-by: John Smith <[email protected]>

Files changed (1) hide show
  1. 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