dockerfile fix

Szymon Karpiński 7 years ago
parent 497dbc49de
commit 8ba060b9f0
  1. 2
      Dockerfile

@ -9,7 +9,7 @@ RUN mkdir -p linux/build && debootstrap buster linux/build/cache
RUN cd /linux && make RUN cd /linux && make
# Files to be served # Files to be served
ADD files /tftpboot ADD src/tftpboot /tftpboot
RUN cp /linux/build/rootfs/initrd.img /tftpboot/initrd.img && \ RUN cp /linux/build/rootfs/initrd.img /tftpboot/initrd.img && \
cp /linux/build/rootfs/vmlinuz /tftpboot/vmlinuz && \ cp /linux/build/rootfs/vmlinuz /tftpboot/vmlinuz && \
mksquashfs /linux/build/rootfs /tftpboot/root.squashfs mksquashfs /linux/build/rootfs /tftpboot/root.squashfs

Loading…
Cancel
Save