Files
linuxkit/licensing/Dockerfile
Justin Cormack ae084196bc fix licensing container to fix #70
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-04-05 12:40:26 +01:00

10 lines
168 B
Docker

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