diff options
author | 2022-10-26 09:14:42 +0000 | |
---|---|---|
committer | 2022-11-01 20:20:50 +0000 | |
commit | de0c1af4478d64af92c5d1ac749fa67cc19ec0dd (patch) | |
tree | 85e18484ab21a53a1dc82eb08382eac49fdc1ecb /extras/strongswan/vpp_sswan/docker/Dockerfile | |
parent | 768f284351fc680d90d8e4f41be14579e110c588 (diff) |
vpp-swan: remove step to copy vpp_sswan source for docker image
Since vpp_sswan plugin already merged in /vpp/extras/strongswan,
no need to provide additional vpp_sswan source files for docker image.
Type: fix
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: I35bad22b1046e0dddbcf39e1af38d589d1438239
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Diffstat (limited to 'extras/strongswan/vpp_sswan/docker/Dockerfile')
-rw-r--r-- | extras/strongswan/vpp_sswan/docker/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/strongswan/vpp_sswan/docker/Dockerfile b/extras/strongswan/vpp_sswan/docker/Dockerfile index a0307083baf..616b72d3555 100644 --- a/extras/strongswan/vpp_sswan/docker/Dockerfile +++ b/extras/strongswan/vpp_sswan/docker/Dockerfile @@ -23,6 +23,5 @@ RUN chmod +x /root/init_docker1.sh RUN chmod +x /root/init_docker2.sh RUN chmod +x /root/init.sh RUN chmod +x /root/run_vpp.sh -COPY / /root/vpp_sswan RUN ./init.sh |