Skip to content

Commit b6abdb8

Browse files
committed
update debug generic ioc
1 parent d88bca4 commit b6abdb8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/tutorials/debug_generic_ioc.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ sudo apt install apt-file
113113
Now we can search for the missing file:
114114

115115
```bash
116+
apt-file update
116117
apt-file search pcre.h
117118
```
118119

@@ -150,9 +151,6 @@ commands behave this way as far as possible.
150151
Once you are happy with your manual changes you can make them permanent by
151152
adding to the install.sh or Dockerfile, then try a full rebuild.
152153

153-
## Making Changes Inside the Container
154+
## Tools Inside the Container
154155

155-
You will find that the container includes busybox tools, vim and ifconfig. These
156-
should provide enough tools to investigate and fix most build problems. You are
157-
also free to use apt-get to install any other tools you need as demonstrated
158-
above. (type busybox to see the list of available tools).
156+
You will find that the developer container includes busybox tools, vim and ifconfig. These should provide enough tools to investigate and fix most build problems. You are also free to use apt-get to install any other tools you need as demonstrated above. (type busybox to see the list of available tools).

0 commit comments

Comments
 (0)