mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 21:59:57 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
137 B
Docker
5 lines
137 B
Docker
FROM debian:testing
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq ca-certificates
|