Bug 2139: OSM OCI images have 172.21.1.1 as apt proxy
[osm/devops.git] / docker / NG-UI / Dockerfile
index c4d67df..74aa1d4 100644 (file)
@@ -62,6 +62,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     nginx=1.18.* && \
     rm -rf /var/lib/apt/lists/*
 
+RUN rm -f /etc/apt/apt.conf.d/proxy.conf
+
 # Removing the Nginx default page.
 RUN rm -rf /usr/share/nginx/html/*