feat: git init + commands

This commit is contained in:
Nick
2019-02-03 02:48:30 -05:00
parent 830ddd9d2c
commit d5028b1bce
8 changed files with 13993 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ FROM node:10-alpine
LABEL maintainer "requarks.io"
RUN apk update && \
apk add bash curl git python make g++ nano --no-cache && \
apk add bash curl git python make g++ nano openssh gnupg --no-cache && \
mkdir -p /wiki
WORKDIR /wiki