Skip to content

Commit 79c84e2

Browse files
committed
Include C stdlib within Dockerfile
1 parent cbb3fa0 commit 79c84e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update \
1212
netcat-traditional \
1313
tini \
1414
gcc \
15+
libc6-dev \
1516
&& apt-get clean
1617

1718
WORKDIR /rodhaj

0 commit comments

Comments
 (0)