diff --git a/Dockerfile b/Dockerfile index 7163e8b..d1ba897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,9 @@ RUN chmod +x "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/share/ALEZ/alez.sh" RUN ln -s "/usr/local/share/ALEZ/alez.sh" "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez" +RUN sed -i '\;cp\ \"\${work_dir}/x86_64/airootfs/usr/share/licenses/amd-ucode/LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh" && \ + sed -i '\;\"\${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh" + VOLUME "${ALEZ_BUILD_DIR}/iso/out" WORKDIR "${ALEZ_BUILD_DIR}/iso"