Sign inSign up

licunchang/alpine

By licunchang

Updated about 6 years ago

Image
0

10K+

licunchang/alpine repository overview

FROM alpine:3.12.0

# docker build -t licunchang/alpine:3.12.0-200714 .

RUN apk add --no-cache \
    tzdata \
    bash \
    curl \
    git \
    openssh-client \
    jsonnet \
    rsync \
    which \
    jq \
    && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
    && echo "Asia/Shanghai" >  /etc/timezone

CMD ["/bin/bash"]

Tag summary

Content type

Image

Digest

Size

15.1 MB

Last updated

about 6 years ago

docker pull licunchang/alpine:3.12.0-200714