diff --git a/buildfromtarball/Dockerfile b/buildfromtarball/Dockerfile index 46734d5..11ed7a6 100644 --- a/buildfromtarball/Dockerfile +++ b/buildfromtarball/Dockerfile @@ -1,6 +1,6 @@ -FROM docker +FROM docker:latest -RUN apk install --no-cache \ +RUN apk add --no-cache \ bash \ ca-certificates \ curl \