mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 02:48:27 +08:00
6 lines
160 B
Plaintext
Executable File
6 lines
160 B
Plaintext
Executable File
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/alpine
|
|
|
|
MAINTAINER kennylee26 <kennylee26@gmail.com>
|
|
|
|
RUN apk add --update coreutils && rm -rf /var/cache/apk/*
|