edespino commented on PR #1378:
URL: https://github.com/apache/cloudberry/pull/1378#issuecomment-3379586291
Although not entirely related, I also noticed the Ubuntu 22.04 test docker
file installs cloudberry run-time dependencies. For the most part, test
environments will rely on the deb file to pull in all necessary run-time
packages.
As an example, the python3, rsync, iproute2 packages should be pulled in
automatically as run time dependencies of the cloudberry deb file. Here is a
snippet from devops/deploy/docker/test/ubuntu22.04/Dockerfile which reveals
what I am referring to.
```
RUN apt-get update && \
apt-get install -y -qq \
htop \
bat \
silversearcher-ag \
vim \
wget \
git \
iproute2 \
iputils-ping \
lsof \
openssh-server \
pkg-config \
python3.10 \
python3-distutils \
python3-pip \
python3-setuptools \
rsync \
sudo \
tzdata && \
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]