Skip to content

Commit

Permalink
Merge pull request #139 from epics-containers/august-update
Browse files Browse the repository at this point in the history
Bring the next two tutorials up to date
  • Loading branch information
gilesknap authored Aug 14, 2024
2 parents 0b67051 + b6abdb8 commit 7379e90
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 128 deletions.
8 changes: 3 additions & 5 deletions docs/tutorials/debug_generic_ioc.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ sudo apt install apt-file
Now we can search for the missing file:

```bash
apt-file update
apt-file search pcre.h
```

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

## Making Changes Inside the Container
## Tools Inside the Container

You will find that the 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).
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).
Loading

0 comments on commit 7379e90

Please sign in to comment.