Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 2dc48e6

Browse files
committed
Updating travis.yml and Readme to remove nsenter and socal
Signed-off-by: abhi <[email protected]>
1 parent 9268304 commit 2dc48e6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ install:
2121
- sudo apt-get install btrfs-tools
2222
- sudo apt-get install libseccomp2/trusty-backports
2323
- sudo apt-get install libseccomp-dev/trusty-backports
24-
- sudo apt-get install socat
25-
- docker run --rm -v /usr/local/bin:/target jpetazzo/nsenter
2624

2725
before_script:
2826
- export PATH=$HOME/gopath/bin:$PATH

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@ specifications as appropriate.
6767
(Fedora, CentOS, RHEL). On releases of Ubuntu <=Trusty and Debian <=jessie a
6868
backport version of `libseccomp-dev` is required. See [travis.yml](.travis.yml) for an example on trusty.
6969
* **btrfs development library.** Required by containerd btrfs support. `btrfs-tools`(Ubuntu, Debian) / `btrfs-progs-devel`(Fedora, CentOS, RHEL)
70-
2. Install other dependencies:
71-
* **`nsenter`**: Required by portforward.
72-
* **`socat`**: Required by portforward.
73-
3. Install and setup a go 1.10 development environment.
74-
4. Make a local clone of this repository.
75-
5. Install binary dependencies by running the following command from your cloned `cri/` project directory:
70+
2. Install and setup a go 1.10 development environment.
71+
3. Make a local clone of this repository.
72+
4. Install binary dependencies by running the following command from your cloned `cri/` project directory:
7673
```bash
7774
# Note: install.deps installs the above mentioned runc, containerd, and CNI
7875
# binary dependencies. install.deps is only provided for general use and ease of

0 commit comments

Comments
 (0)