2017-10-19 10 views
0

Cake build automation system으로 Docker를 사용하려고하는데 성공하지 못했습니다.Docker에서 케이크 빌드의 예제 프로젝트를 만드는 방법

git clone https://github.com/cake-build/example.git 
cd example/ 

그럼 난을 실행

apt-get update 
apt-get install git 

그럼 나는 케이크의 예제 프로젝트를 복제 :

docker run -it mono:latest 

가 그럼 난 자식 설치 : 나는 모노 이미지를 실행 시작하고

빌드 스크립트 :

./build.sh 

결과는 다음과 같습니다

Feeds used: 
    https://api.nuget.org/v3/index.json 

Restoring NuGet package Cake.0.23.0. 
Got a bad hardware address length for an AF_PACKET 16 8 
Got a bad hardware address length for an AF_PACKET 16 8 
Got a bad hardware address length for an AF_PACKET 16 8 
Got a bad hardware address length for an AF_PACKET 16 8 
Got a bad hardware address length for an AF_PACKET 16 8 
Got a bad hardware address length for an AF_PACKET 16 8 
    GET https://api.nuget.org/v3-flatcontainer/cake/0.23.0/cake.0.23.0.nupkg 
    OK https://api.nuget.org/v3-flatcontainer/cake/0.23.0/cake.0.23.0.nupkg 589ms 
Installing Cake 0.23.0. 
Could not restore NuGet packages. 
... 

내가 그것을 해결하기 위해 할 수있는?

답변

0

그 문제는 https://github.com/mono/mono/pull/5159

에 몇 달 전에 해결되었다 그리고 케이크 예를 들어 나이이기 때문에, 나는 모노

최신 버전의 예를 작성 권 해드립니다