File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
105
105
RUN mkdir -p iasl_temp && cd iasl_temp && \
106
106
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
107
107
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
108
- find /iasl_pkg_contents -type f -name " iasl" -exec cp {} /usr/bin \; && chmod +x /usr/bin/iasl && \
108
+ cp /iasl_pkg_contents/edk2-acpica- iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
109
109
cd .. && rm -rf iasl_temp
110
110
111
111
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
101
101
RUN mkdir -p iasl_temp && cd iasl_temp && \
102
102
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
103
103
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
104
- find /iasl_pkg_contents -type f -name " iasl" -exec cp {} /usr/bin \; && chmod +x /usr/bin/iasl && \
104
+ cp /iasl_pkg_contents/edk2-acpica- iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
105
105
cd .. && rm -rf iasl_temp
106
106
107
107
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
102
102
RUN mkdir -p iasl_temp && cd iasl_temp && \
103
103
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
104
104
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
105
- find /iasl_pkg_contents -type f -name " iasl" -exec cp {} /usr/bin \; && chmod +x /usr/bin/iasl && \
105
+ cp /iasl_pkg_contents/edk2-acpica- iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
106
106
cd .. && rm -rf iasl_temp
107
107
108
108
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
98
98
RUN mkdir -p iasl_temp && cd iasl_temp && \
99
99
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
100
100
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
101
- find /iasl_pkg_contents -type f -name " iasl" -exec cp {} /usr/bin \; && chmod +x /usr/bin/iasl && \
101
+ cp /iasl_pkg_contents/edk2-acpica- iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
102
102
cd .. && rm -rf iasl_temp
103
103
104
104
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
You can’t perform that action at this time.
0 commit comments