Skip to content

Commit 1ef73b3

Browse files
author
Alessandro Lenzen
committed
fix segfault
1 parent c01d623 commit 1ef73b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

develop/develop-images/baseimages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ current directory.
9090
>
9191
> container# apt-get update && apt-get install build-essential
9292
> container# cd /build
93-
> container# gcc -o hello -static -nostartfiles hello.c
93+
> container# gcc -o hello -static hello.c
9494
> ```
9595
9696
To run your new image, use the `docker run` command:

0 commit comments

Comments
 (0)