mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add git-cli
This commit is contained in:
11
git-cli/Dockerfile
Normal file
11
git-cli/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.11
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
RUN mkdir /data
|
||||
|
||||
WORKDIR /data
|
||||
Reference in New Issue
Block a user