VPS에 있는 데이터를 모두 삭제하고 Centos 7을 새로 설치하고 최신 안정 커널 소스 코드 4.20을 다운로드하여 소스 디렉토리 /usr/src에 압축을 풀고 빌드했습니다. 커널과 모듈이 성공적으로 구축되었지만 Wireguard Docker 이미지가 작동하지 않습니다.
$ docker run --rm -it
--name wireguard
-v /etc/wireguard:/etc/wireguard
-v /lib/modules:/lib/modules
-v /usr/src:/usr/src:ro
r.j3ss.co/wireguard:install
Unable to find image 'r.j3ss.co/wireguard:install' locally
install: Pulling from wireguard
cd784148e348: Pull complete
74376a61d579: Pull complete
dd348312c1df: Pull complete
bc712e2ba41a: Pull complete
Digest:
sha256:375417a542a244537a92b60a9053ec5722c507dc38616b8f01c4e8333c56efa1
Status: Downloaded newer image for r.j3ss.co/wireguard:install
Building the wireguard kernel module...
CC [M] /wireguard/src/main.o
/bin/sh: scripts/basic/fixdep: not found
make[2]: *** [scripts/Makefile.build:292: /wireguard/src/main.o] Error 127
make[1]: *** [Makefile:1563: module/wireguard/src] Error 2
make: *** [Makefile:36: module] Error 2
$uname -r
4.20.3
당신은 알고 있나요? 내가 뭘 잘못했나요?