Abacn commented on code in PR #34144:
URL: https://github.com/apache/beam/pull/34144#discussion_r1979910967


##########
dev-support/docker/Dockerfile:
##########
@@ -47,7 +47,10 @@ RUN apt -q update \
 
 RUN mkdir /package
 COPY pkglist /package/pkglist
-RUN apt-get -q install -y --no-install-recommends $(grep -v '^#' 
/package/pkglist | cat)
+RUN apt-get -q install -y --no-install-recommends \
+    $(grep -v '^#' /package/pkglist | grep -v 'python3.12-distutils' | cat) \

Review Comment:
   instead of patch "grep -v python3.12-distutils" one can remove it in 
https://github.com/apache/beam/blob/master/dev-support/docker/pkglist directly



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to