This commit is contained in:
		| @@ -1,4 +1,11 @@ | ||||
| FROM alpine/git:1.0.7 | ||||
| FROM alpine:latest | ||||
|  | ||||
| RUN apk --update --no-cache add \ | ||||
|       git | ||||
|       less | ||||
|       openssh && \ | ||||
|     rm -rf /var/lib/apt/lists/* && \ | ||||
|     rm /var/cache/apk/* | ||||
|  | ||||
| COPY init/entrypoint.sh /tmp/entrypoint.sh | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user