Skip to content

Commit d8128fe

Browse files
committed
Restore manpages and add more
Tools installed in the devcontainer should come with manuals. Otherwise one needs to consult documentation, which might not align with the version installed in the container.
1 parent f01eaa8 commit d8128fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/s-core-devcontainer/.devcontainer/s-core-local

src/s-core-devcontainer/.devcontainer/s-core-local/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ARCHITECTURE=$(dpkg --print-architecture)
1919

2020
apt-get update
2121

22+
unminimize -y
23+
apt-get install -y man-db manpages manpages-dev manpages-posix manpages-posix-dev
24+
2225
# INSTALL CONTAINER BUILD DEPENDENCIES
2326
# Container build dependencies are not pinned, since they are removed anyway after container creation.
2427
apt-get install apt-transport-https -y

0 commit comments

Comments
 (0)