Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-11-01 19:09:17 -04:00
parent d70bc2e261
commit 013ceb6617

View File

@@ -1,6 +1,6 @@
FROM docker
FROM docker:latest
RUN apk install --no-cache \
RUN apk add --no-cache \
bash \
ca-certificates \
curl \