Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9758749
)
HC2VPP-372: Update docker demos for ubuntu bionic
06/17506/2
author
Michal Cmarada
<
[email protected]
>
Tue, 12 Feb 2019 08:29:19 +0000
(09:29 +0100)
committer
Michal Cmarada
<
[email protected]
>
Tue, 12 Feb 2019 11:20:00 +0000
(11:20 +0000)
Change-Id: Ieb20de52baaa2b004ce3b390a5d13857a52f3e6a
Signed-off-by: Michal Cmarada <
[email protected]
>
examples/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/examples/docker/Dockerfile
b/examples/docker/Dockerfile
index
d443fd3
..
123b25f
100755
(executable)
--- a/
examples/docker/Dockerfile
+++ b/
examples/docker/Dockerfile
@@
-1,4
+1,4
@@
-FROM ubuntu:1
6
.04
+FROM ubuntu:1
8
.04
WORKDIR /hc2vpp
@@
-8,7
+8,7
@@
RUN apt-get update && apt-get install -y \
# Utils
iproute2 iputils-ping net-tools vim-tiny jshon telnet curl \
# VPP package dependencies
- libnuma1 libssl1.0.0 libmbedcrypto
0
libmbedtls10 libmbedx509-0 \
+ libnuma1 libssl1.0.0 libmbedcrypto
1
libmbedtls10 libmbedx509-0 \
# Honeycomb package dependencies
openjdk-8-jre-headless \