bash
$ docker run -it ubuntu /bin/bash
Dockerを用いてVSOMEIPを使ってみる
bash
# apt -y install wget
# apt install libboost-system1.55-dev libboost-thread1.55-dev libboost-log1.55-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libboost-system1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libboost-thread1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libboost-log1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package install
E: Package 'libboost-system1.55-dev' has no installation candidate
E: Package 'libboost-thread1.55-dev' has no installation candidate
E: Package 'libboost-log1.55-dev' has no installation candidate