Compare commits

..

No commits in common. "49b16fac53547651d2020787c871cd24a85b3c40" and "185aa65dafb4020c82770746cb8b858fd292e79f" have entirely different histories.

View file

@ -20,7 +20,7 @@ RUN apk upgrade --no-cache && apk add \
bash="5.1.0-r0" \ bash="5.1.0-r0" \
git="2.30.1-r0" \ git="2.30.1-r0" \
wget="1.21.1-r1" \ wget="1.21.1-r1" \
curl="7.74.0-r1" \ curl="7.74.0-r0" \
tar="1.33-r1" && \ tar="1.33-r1" && \
curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \ curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \
./build/build.sh ./build/build.sh