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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10-slim
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
 
 
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