sahsan commited on
Commit
75ff5c1
·
1 Parent(s): 3af0227

fixed Dockerfile error

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ FROM python:3.11-slim
3
  RUN apt-get update && apt-get install -y \
4
  build-essential \
5
  curl \
6
- software-properties-common \
7
  git \
8
  && rm -rf /var/lib/apt/lists/*
9
 
 
3
  RUN apt-get update && apt-get install -y \
4
  build-essential \
5
  curl \
 
6
  git \
7
  && rm -rf /var/lib/apt/lists/*
8