From 214586544d4e51a26bed4fa14ea74393e885099b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 23 Oct 2020 16:56:34 -0600 Subject: Rewrite presentation to tell a story --- examples/001/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/001/Dockerfile') diff --git a/examples/001/Dockerfile b/examples/001/Dockerfile index f5f827d..3657293 100644 --- a/examples/001/Dockerfile +++ b/examples/001/Dockerfile @@ -1,4 +1,5 @@ FROM alpine:latest COPY hello.rb /usr/local/bin/hello +RUN apk add ruby RUN chmod +x /usr/local/bin/hello CMD ["hello"] -- cgit v1.2.3