mirror of
https://github.com/luzifer-docker/gh-arch-env.git
synced 2024-12-20 06:11:18 +00:00
4 lines
99 B
Docker
4 lines
99 B
Docker
FROM luzifer/archlinux
|
|
|
|
COPY build.sh /usr/local/bin/init-image
|
|
RUN bash /usr/local/bin/init-image
|