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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

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 \