File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,26 @@ RUN curl -L -s -S \
167167 && shasum -a 512 /bin/hadolint | \
168168 awk '$1!="734e37c1f6619cbbd86b9b249e69c9af8ee1ea87a2b1ff71dccda412e9dac35e63425225a95d71572091a3f0a11e9a04c2fc25d9e91b840530c26af32b9891ca" {exit(1)}'
169169
170+ # #####
171+ # Intel ISA-L 2.29.0
172+ # #####
173+ # hadolint ignore=DL3003,DL3008
174+ RUN mkdir -p /opt/isa-l-src \
175+ && apt-get -q update \
176+ && apt-get install -y --no-install-recommends automake yasm \
177+ && apt-get clean \
178+ && curl -L -s -S \
179+ https://github.com/intel/isa-l/archive/v2.29.0.tar.gz \
180+ -o /opt/isa-l.tar.gz \
181+ && tar xzf /opt/isa-l.tar.gz --strip-components 1 -C /opt/isa-l-src \
182+ && cd /opt/isa-l-src \
183+ && ./autogen.sh \
184+ && ./configure \
185+ && make \
186+ && make install \
187+ && cd /root \
188+ && rm -rf /opt/isa-l-src
189+
170190# ##
171191# Avoid out of memory errors in builds
172192# ##
You can’t perform that action at this time.
0 commit comments