Files
linuxkit/alpine/base/ca-certificates/Dockerfile
Justin Cormack a7f57526a5 Containerize test suite
- run test suite under containerd
- in future this should be converted to Go not shell see #860
- test suite is now in its own initrd, can be run on any platform not just qemu

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-12-09 17:13:16 -08:00

4 lines
99 B
Docker

FROM debian:stable
RUN apt-get update && apt-get -y upgrade && apt-get install -y ca-certificates