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