Skip to content

Commit

Permalink
Update Dockerfile.lxcfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Jan 6, 2025
1 parent 343f577 commit 96674ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build/Dockerfile.lxcfs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apt update -y
RUN apt-get --purge remove lxcfs
RUN apt install -y wget git libtool m4 autotools-dev automake pkg-config build-essential libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support

ENV LXCFS_VERSION 4.0.12
ENV LXCFS_VERSION=4.0.12
RUN wget https://github.com/lxc/lxcfs/archive/lxcfs-$LXCFS_VERSION.tar.gz && \
mkdir /lxcfs && tar xzvf lxcfs-$LXCFS_VERSION.tar.gz -C /lxcfs --strip-components=1 && \
cd /lxcfs && ./bootstrap.sh && ./configure && make
Expand Down

0 comments on commit 96674ae

Please sign in to comment.