Trisha Tomy commited on
Commit
f5ca79c
·
1 Parent(s): 6831ea9

Add git to Dockerfile for proxy-lite installation

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -41,6 +41,7 @@ RUN apt-get update && apt-get install -y \
41
  xvfb \
42
  # Ensure Chromium is installed on the system (Playwright uses its own, but sometimes useful)
43
  chromium \
 
44
  # Clean up apt caches to reduce image size
45
  && rm -rf /var/lib/apt/lists/*
46
 
 
41
  xvfb \
42
  # Ensure Chromium is installed on the system (Playwright uses its own, but sometimes useful)
43
  chromium \
44
+ git \
45
  # Clean up apt caches to reduce image size
46
  && rm -rf /var/lib/apt/lists/*
47