Markus Pesch
5c93c03cd4
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
214 B
Docker
8 lines
214 B
Docker
FROM docker.io/library/archlinux:latest
|
|
|
|
RUN pacman --sync --sysupgrade --refresh --noconfirm dhcp && \
|
|
rm --recursive --force /var/cache/pacman/pkg
|
|
|
|
ADD rootfs/ .
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ] |