Skip to content

Commit

Permalink
Remove cp amd-ucode LICENSE
Browse files Browse the repository at this point in the history
File missing leading to error
  • Loading branch information
johnramsden committed Jul 28, 2020
1 parent e31ce9b commit ccde4f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ccde4f7

Please sign in to comment.