File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 33 - 1.7.x
44 - 1.8.x
55 - 1.9.x
6+ - 1.10.x
67 - tip
78
89matrix :
Original file line number Diff line number Diff line change 1- FROM golang:1.8
2-
3- # libseccomp in jessie is not _quite_ new enough -- need backports version
4- RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list
1+ FROM golang:1.10-stretch
52
63RUN apt-get update && apt-get install -y \
74 build-essential \
@@ -17,8 +14,8 @@ RUN apt-get update && apt-get install -y \
1714 libprotobuf-c0-dev \
1815 libnl-3-dev \
1916 libnet-dev \
20- libseccomp2/jessie-backports \
21- libseccomp-dev/jessie-backports \
17+ libseccomp2 \
18+ libseccomp-dev \
2219 protobuf-c-compiler \
2320 protobuf-compiler \
2421 python-minimal \
You can’t perform that action at this time.
0 commit comments