Skip to content

Commit 6ed34af

Browse files
authored
Add netbase to docker-stacks-foundation image - fixes #2128 (#2129)
* Add netbase to docker-stacks-foundation image - fixes #2128 * Add a comment describing netbase
1 parent 7a918f5 commit 6ed34af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ RUN apt-get update --yes && \
3030
bzip2 \
3131
ca-certificates \
3232
locales \
33+
# - `netbase` provides /etc/{protocols,rpc,services}, part of POSIX
34+
# and required by various C functions like getservbyname and getprotobyname
35+
# https://github.com/jupyter/docker-stacks/pull/2129
36+
netbase \
3337
sudo \
3438
# - `tini` is installed as a helpful container entrypoint,
3539
# that reaps zombie processes and such of the actual executable we want to start

0 commit comments

Comments
 (0)