d8065597f8
This reverts commit 689eede19e
.
5 lines
107 B
Docker
5 lines
107 B
Docker
from archlinux:latest
|
|
RUN pacman -Sy archiso --noconfirm
|
|
ADD entrypoint.sh /
|
|
ENTRYPOINT ["/entrypoint.sh"]
|