mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
12 lines
131 B
Docker
12 lines
131 B
Docker
FROM alpine:3.11
|
|
|
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
|
|
|
USER root
|
|
|
|
RUN apk add --no-cache git
|
|
|
|
RUN mkdir /data
|
|
|
|
WORKDIR /data
|