mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 22:10:05 +00:00
- 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>
4 lines
99 B
Docker
4 lines
99 B
Docker
FROM debian:stable
|
|
|
|
RUN apt-get update && apt-get -y upgrade && apt-get install -y ca-certificates
|