Skip to content

Commit

Permalink
Fix VPP Dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 committed Jul 24, 2019
1 parent eca29b5 commit a1c587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/vpp-centos-userspace-cni/Dockerfile
Expand Up @@ -33,7 +33,7 @@ RUN cp docker/usrsp-app/usrsp-app /usr/sbin/usrsp-app
FROM centos

# Install UserSpace CNI
#COPY --from=0 /usr/sbin/usrsp-app /usr/sbin/usrsp-app
COPY --from=0 /usr/sbin/usrsp-app /usr/sbin/usrsp-app


# Install VPP
Expand Down

0 comments on commit a1c587b

Please sign in to comment.