Skip to content

Commit

Permalink
pkg/debug: use correct libexecdir
Browse files Browse the repository at this point in the history
this fixes that sshd-session cannot be found and therefore
1. debug container is not started
2. ssh server is not started

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Jul 11, 2024
1 parent bafe5b7 commit 8c9f92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ RUN git apply fix-utmpx-ipv6.patch
RUN ./configure \
--prefix=/usr \
--sysconfdir=/etc/ssh \
--libexecdir=/usr/lib/ssh \
--mandir=/usr/share/man \
--with-pid-dir=/run \
--with-mantype=doc \
Expand Down

0 comments on commit 8c9f92a

Please sign in to comment.