technophyle commited on
Commit
64fcde1
·
verified ·
1 Parent(s): 7319b6d

Sync from GitHub via hub-sync

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