fickit: Fix tftpd usage

This commit is contained in:
nemunaire 2023-10-23 14:53:56 +02:00
parent a7432b070d
commit e65c54ea37
3 changed files with 11 additions and 10 deletions

View file

@ -15,7 +15,8 @@ RUN apk add --no-cache \
syslinux \
tftp-hpa
RUN touch /var/lib/udhcpd/udhcpd.leases
RUN touch /var/lib/udhcpd/udhcpd.leases && \
ln -s /srv /usr/share/syslinux/s
COPY configs/deploy-initial-config.sh /usr/sbin/initial-config.sh
COPY configs/deploy-supervisord.conf /etc/supervisord.conf