Merge pull request #1640 from jongwu/jongwu-armEnable-patch

enable unit test on arm64 platform
This commit is contained in:
Daniel, Dao Quang Minh
2017-11-06 17:14:52 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.0
FROM golang:1.8
# libseccomp in jessie is not _quite_ new enough -- need backports version
RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list