Fixed workspace volume mount
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Install system dependencies including git for version control operations
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* && pip install fastmcp mcp requests playwright markitdown && playwright install chromium --with-deps
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* && pip install fastmcp mcp requests playwright markitdown[all] && playwright install chromium --with-deps
|
||||
|
||||
RUN groupadd -g 1000 user && \
|
||||
useradd -m -u 1000 -g 1000 -s /bin/bash user
|
||||
|
||||
Reference in New Issue
Block a user