Files
linuxkit/licensing/Dockerfile
Justin Cormack 8a86af7d1e Update to Alpine 3.4
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-06-03 12:45:15 +01:00

10 lines
168 B
Docker

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