From 17048e9aa87e48f2da58649654ecce8e6d193005 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Aug 2016 18:43:17 -0400 Subject: [PATCH] using alpine since we can't chmod in scratch --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5928efb..d2679e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ -FROM scratch +FROM alpine ADD https://trilliumstaffing.com/gh-latest/repo/TrilliumIT/gh-latest/gh-latest / +RUN chmod +x gh-latest EXPOSE 8080