ManasSharma07 commited on
Commit
608c1c8
·
verified ·
1 Parent(s): d13bf65

fix software properties common bug

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