Skip to content

Commit

Permalink
follow hadolint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Sep 9, 2024
1 parent 3d73b76 commit de43399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PATH=$MSAN_LIBDIR/bin:$PATH
#Upgrade CMAKE version
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" | tee /etc/apt/sources.list.d/bullseye-backports.list \
&& apt-get update \
&& apt-get install -t bullseye-backports cmake=3.25.1-1~bpo11+1
&& apt-get -y install --no-install-recommends -t bullseye-backports cmake=3.25.1-1~bpo11+1

RUN mkdir $MSAN_LIBDIR \
&& mkdir $MSAN_LIBDIR/bin \
Expand Down

0 comments on commit de43399

Please sign in to comment.