mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-04 02:20:17 +00:00
10 lines
168 B
Docker
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
|