Skip to content

Commit dec1a8a

Browse files
committed
Merge branch 'master-2.4' into dist/2.4/trusty
2 parents bde64ae + 75f31ee commit dec1a8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

debian/Dockerfile.trusty

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ FROM ubuntu:14.04
55
ENV NKMIBUILDREV=1
66

77
ENV DEBIAN_FRONTEND=noninteractive
8+
89
RUN 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
1112
RUN 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+
1318
ADD control /control
1419
RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
1520
RUN apt-get install -y tzdata

0 commit comments

Comments
 (0)