mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-23 16:04:22 +01:00
fix(docker): add gcc installation in order to build psutil (#5059)
This commit is contained in:
@@ -6,7 +6,7 @@ FROM python:3.10-slim AS autogpt-base
|
||||
|
||||
# Install browsers
|
||||
RUN apt-get update && apt-get install -y \
|
||||
chromium-driver firefox-esr ca-certificates \
|
||||
chromium-driver firefox-esr ca-certificates gcc \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install utilities
|
||||
|
||||
Reference in New Issue
Block a user