The following error in a compute environment build
"The method driver /usr/lib/apt/methods/https could not be found."
indicates that the "apt-transport-https" package is not installed. To correct this in your compute environment add the following line to your docker definition in the compute image prior to any other apt commands.
RUN apt-get install apt-transport-https -y
Comments
0 comments
Please sign in to leave a comment.