We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31ce9b commit ccde4f7Copy full SHA for ccde4f7
Dockerfile
@@ -35,6 +35,9 @@ RUN chmod +x "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/share/ALEZ/alez.sh"
35
36
RUN ln -s "/usr/local/share/ALEZ/alez.sh" "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
37
38
+RUN sed -i '\;cp\ \"\${work_dir}/x86_64/airootfs/usr/share/licenses/amd-ucode/LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh" && \
39
+ sed -i '\;\"\${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE\";d' "${ALEZ_BUILD_DIR}/iso/build.sh"
40
+
41
VOLUME "${ALEZ_BUILD_DIR}/iso/out"
42
43
WORKDIR "${ALEZ_BUILD_DIR}/iso"
0 commit comments