Ziad Meligy commited on
Commit
8e3d7e0
·
1 Parent(s): 32458a9

little dockerfile fix

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -2,6 +2,9 @@ FROM python:3.11.4-slim
2
 
3
  WORKDIR /app
4
 
 
 
 
5
  # Create cache directory and set permissions as root
6
  RUN mkdir -p /app/cache && \
7
  useradd -m -u 1000 user && \
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt-get update && apt-get install -y git
6
+
7
+
8
  # Create cache directory and set permissions as root
9
  RUN mkdir -p /app/cache && \
10
  useradd -m -u 1000 user && \