You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/02 18:07:31 UTC

[GitHub] [pulsar] lhotari commented on a change in pull request #14093: Remove development packages from Pulsar's docker images

lhotari commented on a change in pull request #14093:
URL: https://github.com/apache/pulsar/pull/14093#discussion_r797882753



##########
File path: docker/pulsar/Dockerfile
##########
@@ -48,17 +48,13 @@ RUN sed -i "s|http://archive\.ubuntu\.com/ubuntu/|${UBUNTU_MIRROR:-mirror://mirr
      && apt-get update \
      && apt-get -y dist-upgrade \
      && apt-get -y install openjdk-11-jdk-headless netcat dnsutils less procps iputils-ping \
-                 python3 python3-dev python3-setuptools python3-yaml python3-kazoo \
-                 libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev \
+                 python3 python3-yaml python3-kazoo python3-pip \

Review comment:
       I'll try to find a solution for that. Perhaps `--no-install-recommends` works.




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org