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>
(cherry picked from commit 8c9f92a)
  • Loading branch information
christoph-zededa authored and rouming committed Jul 12, 2024
1 parent 898b5cc commit 957c87d
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 @@ -76,7 +76,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 957c87d

Please sign in to comment.