summaryrefslogtreecommitdiff
path: root/examples/001/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-23 16:56:34 -0600
committermo khan <mo.khan@gmail.com>2020-10-23 16:56:34 -0600
commit214586544d4e51a26bed4fa14ea74393e885099b (patch)
treec0f4b9cf521b40e51f53f55b06452b06c82973a2 /examples/001/Dockerfile
parent143c894c905ec365c7d6118eb66aa2ab7b948ea9 (diff)
Rewrite presentation to tell a story
Diffstat (limited to 'examples/001/Dockerfile')
-rw-r--r--examples/001/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]