Skip to content
Snippets Groups Projects
Unverified Commit 48f4fcbf authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

build: Now installs needed initramfs-tools to provide update-initramfs needed...

build: Now installs needed initramfs-tools to provide update-initramfs needed by new amdgpu release.
parent 1b4e9b79
No related branches found
No related tags found
No related merge requests found
Pipeline #1327 failed
...@@ -23,6 +23,7 @@ RUN apt-get update && \ ...@@ -23,6 +23,7 @@ RUN apt-get update && \
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \
ca-certificates \ ca-certificates \
wget \ wget \
initramfs-tools \
xz-utils && \ xz-utils && \
wget --referer https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-20-30 https://drivers.amd.com/drivers/linux/${AMDGPUDRIVERFILE} &&\ wget --referer https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-20-30 https://drivers.amd.com/drivers/linux/${AMDGPUDRIVERFILE} &&\
tar -xvf $AMDGPUDRIVERFILE && rm $AMDGPUDRIVERFILE && \ tar -xvf $AMDGPUDRIVERFILE && rm $AMDGPUDRIVERFILE && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment