Commit c79fc3b8 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(build): clean-up of NEEDED_GIT_PROXY

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 5c143772
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM registry.access.redhat.com/ubi7/ubi:latest AS vpp-upf-builder FROM registry.access.redhat.com/ubi7/ubi:latest AS vpp-upf-builder
ARG NEEDED_GIT_PROXY
# Copy the entitlements # Copy the entitlements
COPY ./etc-pki-entitlement /etc/pki/entitlement COPY ./etc-pki-entitlement /etc/pki/entitlement
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
ARG BASE_IMAGE=ubuntu:bionic ARG BASE_IMAGE=ubuntu:bionic
FROM $BASE_IMAGE AS vpp-upf-builder FROM $BASE_IMAGE AS vpp-upf-builder
ARG NEEDED_GIT_PROXY
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# Installing hyperscan library for upf plugin # Installing hyperscan library for upf plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment