source sync 20190409
[platform/core/system/edge-orchestration.git] / vendor / github.com / miekg / dns / vendor / golang.org / x / net / http2 / h2demo / Dockerfile
1 # Copyright 2018 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
4
5 FROM scratch
6 LABEL maintainer "golang-dev@googlegroups.com"
7
8 COPY ca-certificates.crt /etc/ssl/certs/
9 COPY h2demo /
10 ENTRYPOINT ["/h2demo", "-prod"]
11