Compute Environment build error when running apt-get update and installing a package

Follow

Comments

1 comment

  • Jaclyn Patterson

    We came across this while apt installing a pluggable workspace tool on Ubuntu 16.04 Xenial. We were running this in an environment that is on-prem and does not have access to internet and all packages are to be installed from artifactory repository. We noticed that `apt-get update` would just get stuck at 0% [Working] in the docker environment build. After much troubleshooting, we arrived at the solution which was to:

    (i) Ensure apt-transport-https package is installed before running the apt-get update statement

    (ii) Ensure the right artifactory sources are listed and any internet related sources are removed from the /etc/apt/sources.list file

    Submitted by: akshay.ambekar

    0
    Comment actions Permalink

Please sign in to leave a comment.