[DOCKER] Do not remove pip for headless image

This commit is contained in:
Jesse Bannon 2025-09-27 15:11:12 -07:00
parent cc3a36e66a
commit 5bc1b74c9a

View file

@ -53,7 +53,6 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
g++ \
make \
libffi-dev \
py3-pip \
py3-setuptools
###############################################################################