File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ FROM ubuntu:14.04
55ENV NKMIBUILDREV=1
66
77ENV DEBIAN_FRONTEND=noninteractive
8+
89RUN mkdir -p /build \
910 && apt-get update \
10- && apt-get install -y debhelper dh-make devscripts gnupg2 vim equivs
11+ && apt-get install -y debhelper dh-make devscripts gnupg2 vim equivs curl
1112RUN mkdir -p -m700 /root/.gnupg
1213
14+ RUN curl -L 'https://sorah.jp/packaging/debian/3F0F56A8.pub.txt' | apt-key add -
15+ RUN apt-get install -y apt-transport-https
16+ RUN echo "deb [arch=amd64] https://cache.ruby-lang.org/lab/sorah/deb/ trusty main" > /etc/apt/sources.list.d/sorah-ruby.list && apt-get update
17+
1318ADD control /control
1419RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
1520RUN apt-get install -y tzdata
You can’t perform that action at this time.
0 commit comments