fickit: Fix tftpd usage
This commit is contained in:
parent
a7432b070d
commit
e65c54ea37
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Reference in a new issue