gcc is required

gcc is required and not available by the image by default.
This commit is contained in:
andersbl 2022-11-24 20:48:52 +01:00 committed by Bryce Drennan
parent c5402949c4
commit 9eff887669

View File

@ -1,6 +1,6 @@
FROM python:3.10.6-slim FROM python:3.10.6-slim
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 gcc
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_ROOT_USER_ACTION=ignore PIP_ROOT_USER_ACTION=ignore