Files
linuxkit/licensing/Dockerfile
French Ben 9f250c43fe Use Alpine 3.5
Signed-off-by: French Ben <frenchben@docker.com>
2016-12-22 13:40:28 -08:00

10 lines
168 B
Docker

FROM alpine:3.5
RUN apk update && apk add lua git bash
RUN git clone https://github.com/alpinelinux/aports.git
ADD license.sh packages.lua /usr/bin/
CMD license.sh