Files
linuxkit/licensing/Dockerfile
2016-03-18 15:19:56 +00:00

10 lines
158 B
Docker

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