This commit is contained in:
Hongchao Deng 2017-12-06 14:33:19 -08:00 коммит произвёл GitHub
Родитель 7b82fba6d0
Коммит 9afa88bfee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,5 @@ FROM golang:1.9-alpine
RUN apk add --update --no-cache git bash \
&& go get -u k8s.io/code-generator || true \
&& cd src/k8s.io/code-generator \
# We need to go install here and get rid of go install in the script
# due to upstream path assumption causing dependency issues.
&& go install ./cmd/... \
&& sed -i '/go install .\//d' ./generate-groups.sh