Skip to content

Commit

Permalink
Merge pull request #18 from erikwilson/master
Browse files Browse the repository at this point in the history
Add util-linux nsenter
  • Loading branch information
erikwilson authored May 16, 2020
2 parents 291a43d + ea33efd commit ef8bdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN mkdir bin && \
cp buildroot/output/target/usr/sbin/ethtool bin/ && \
cp buildroot/output/target/usr/sbin/ipset bin/ && \
cp buildroot/output/target/usr/bin/find bin/ && \
cp buildroot/output/target/usr/bin/nsenter bin/ && \
cp buildroot/output/target/usr/bin/pigz bin/ && \
cp buildroot/output/target/usr/bin/slirp4netns bin/ && \
cp buildroot/output/target/usr/bin/socat bin/ && \
Expand Down
2 changes: 1 addition & 1 deletion buildroot/config
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ BR2_PACKAGE_UTIL_LINUX_LOSETUP=y
# BR2_PACKAGE_UTIL_LINUX_MOUNTPOINT is not set
# BR2_PACKAGE_UTIL_LINUX_NEWGRP is not set
# BR2_PACKAGE_UTIL_LINUX_NOLOGIN is not set
# BR2_PACKAGE_UTIL_LINUX_NSENTER is not set
BR2_PACKAGE_UTIL_LINUX_NSENTER=y
# BR2_PACKAGE_UTIL_LINUX_PG is not set
# BR2_PACKAGE_UTIL_LINUX_PARTX is not set
# BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT is not set
Expand Down

0 comments on commit ef8bdb2

Please sign in to comment.