Bug 2139: OSM OCI images have 172.21.1.1 as apt proxy
[osm/devops.git] / docker / NBI / Dockerfile
index e43a037..8957479 100644 (file)
@@ -64,6 +64,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     python3-minimal=3.8.* \
     && rm -rf /var/lib/apt/lists/*
 
+RUN rm -f /etc/apt/apt.conf.d/proxy.conf
+
 COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
 COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages  /usr/local/lib/python3.8/dist-packages