Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

debian docker image and https

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
gopukrishnantec
Posts: 1
Joined: 2019-10-11 08:38

debian docker image and https

#1 Post by gopukrishnantec »

I'm using the image php:7.3.1-apache for our application and we have some new restrictions implemented in our environment so that only https traffic is allowed here. Due to this change, our build is not working in openshift. When I check the apt source file, it says :
deb http://deb.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb http://deb.debian.org/debian stretch-updates main

As http traffic is not allowed, how can I download the packages using this image? I saw in some forums that apt-transport-https package is required for using apt with https but I can't download that package as well with this http connection. Wondering how can I move forward ?

Post Reply