Docker image for generating binary package of squid-openssl for Ubuntu 20.04.
docker compose build
Starting the Docker container automatically generates .deb package file in dist directory.
docker compose up
The built package can be installed using the following command.
sudo apt install ./squid_4.10-1ubuntu1.9_amd64.deb
The server can be started using systemctl command.
sudo systemctl enable squid
sudo systemctl start squid
The status of the server can be verified as follows.
sudo systemctl status squid