Commit a8f5d9d3 authored by kharade's avatar kharade

dockerfile updated for base image preperation

parent 9a2ad3ea
...@@ -74,8 +74,8 @@ RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \ ...@@ -74,8 +74,8 @@ RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
mv upg-vpp/vpp.spec / && \ mv upg-vpp/vpp.spec / && \
./scripts/apply_vpp_patches.sh ./scripts/apply_vpp_patches.sh
RUN make install-dep build-release -C vpp/ RUN make install-dep -C vpp/
RUN make build-release -C vpp/
#--------------------------------------------------------------------- #---------------------------------------------------------------------
# TARGET IMAGE # TARGET IMAGE
#--------------------------------------------------------------------- #---------------------------------------------------------------------
......
...@@ -72,9 +72,9 @@ RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \ ...@@ -72,9 +72,9 @@ RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
# To Do - remove unnecessary pulgin build to optimise build time e.g. ipsec, dpdk etc. # To Do - remove unnecessary pulgin build to optimise build time e.g. ipsec, dpdk etc.
# Build vpp with travelping upf plugin # Build vpp with Travelping upf plugin
RUN make install-dep build-release -C vpp RUN make install-dep -C vpp
RUN make build-release -C vpp
#--------------------------------------------------------------------- #---------------------------------------------------------------------
# TARGET IMAGE # TARGET IMAGE
#--------------------------------------------------------------------- #---------------------------------------------------------------------
......
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