Advertisement
dfarrell07

odl_24940

Aug 7th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [~/integration/packaging/docker/centos]$ docker build -t dfarrell07/odl_cent:0.3.0 .
  2. #snip
  3. Step 5 : RUN wget -q "https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.tar.gz" && tar -xf distribution-karaf-0.3.0-Lithium.tar.gz -C opendaylight --strip-components=1 && rm distribution-karaf-0.3.0-Lithium.tar.gz
  4. ---> Running in 9d84574ba6b8
  5. /bin/sh: tar: command not found
  6. INFO[0202] The command [/bin/sh -c wget -q "https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.tar.gz" && tar -xf distribution-karaf-0.3.0-Lithium.tar.gz -C opendaylight --strip-components=1 && rm distribution-karaf-0.3.0-Lithium.tar.gz] returned a non-zero code: 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement