diff --git a/images/pulp-minimal/nightly/Containerfile.core b/images/pulp-minimal/nightly/Containerfile.core index c0299d10..8fffb094 100644 --- a/images/pulp-minimal/nightly/Containerfile.core +++ b/images/pulp-minimal/nightly/Containerfile.core @@ -9,7 +9,6 @@ RUN pip3 install git+https://github.com/pulp/pulpcore.git#egg=pulpcore \ git+https://github.com/pulp/pulp_file.git \ git+https://github.com/pulp/pulp_gem.git \ git+https://github.com/pulp/pulp_maven.git \ - git+https://github.com/pulp/pulp_npm.git \ git+https://github.com/pulp/pulp_ostree.git \ git+https://github.com/pulp/pulp_python.git \ git+https://github.com/pulp/pulp_rpm.git \ diff --git a/images/pulp/nightly/Containerfile b/images/pulp/nightly/Containerfile index 248a9ca7..3828ab33 100644 --- a/images/pulp/nightly/Containerfile +++ b/images/pulp/nightly/Containerfile @@ -10,7 +10,6 @@ RUN pip3 install --upgrade \ git+https://github.com/pulp/pulp_file@main \ git+https://github.com/pulp/pulp_gem@main \ git+https://github.com/pulp/pulp_maven@main \ - git+https://github.com/pulp/pulp_npm@main \ git+https://github.com/pulp/pulp_ostree@main \ git+https://github.com/pulp/pulp_python@main \ git+https://github.com/pulp/pulp_rpm@main \