diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile index fa3414cd332e..7f5aa3604fe9 100644 --- a/sdks/python/container/Dockerfile +++ b/sdks/python/container/Dockerfile @@ -45,8 +45,6 @@ RUN \ ccache \ # Required for using Beam Python SDK on ARM machines. libgeos-dev \ - # Required for memory profiling with tcmalloc. - google-perftools \ && \ rm -rf /var/lib/apt/lists/* && \