fix(docker): add gcc installation in order to build psutil (#5059)

This commit is contained in:
Alex
2023-08-24 22:16:19 +02:00
committed by GitHub
parent 1b618fd5d7
commit 3be38790a0

View File

@@ -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