Files
linuxkit/licensing/Dockerfile
French Ben 510727367d Using alpine edge to build licensing
Signed-off-by: French Ben <frenchben@docker.com>
2016-12-20 11:25:20 -08:00

10 lines
169 B
Docker

FROM alpine:edge
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