sahsan commited on
Commit
88a359b
·
verified ·
1 Parent(s): 75ff5c1

Update Dockerfile

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