fix segfault

This commit is contained in:
Alessandro Lenzen 2021-06-14 16:20:41 +02:00
parent c01d6232da
commit 1ef73b3a8a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ current directory.
>
> container# apt-get update && apt-get install build-essential
> container# cd /build
> container# gcc -o hello -static -nostartfiles hello.c
> container# gcc -o hello -static hello.c
> ```
To run your new image, use the `docker run` command: