Skip to content

Commit

Permalink
build(docker): Update files included in slim
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety authored Feb 20, 2024
1 parent 6346d7e commit e9af6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN apk add \

RUN curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/${DOCKER_SLIM_VERSION}/dist_linux.tar.gz \
&& tar -xvf ds.tar.gz \
&& mv dist_linux/docker-slim /usr/local/bin/ \
&& mv dist_linux/docker-slim-sensor /usr/local/bin/
&& mv dist_linux/slim /usr/local/bin/ \
&& mv dist_linux/slim-sensor /usr/local/bin/

0 comments on commit e9af6e4

Please sign in to comment.