Skip to content

Commit

Permalink
dockerfile: replace kubectl for systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed May 28, 2024
1 parent a48188f commit c114212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG TARGETARCH

LABEL maintainer="Random Liu <[email protected]>"

RUN apt-get update --fix-missing && apt-get --yes install kubernetes-client
RUN apt-get update --fix-missing && apt-get --yes install systemctl
RUN clean-install util-linux bash libsystemd-dev
ADD https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.30.0/crictl-v1.30.0-linux-${TARGETARCH}.tar.gz /crictl-v1.30.0-linux-${TARGETARCH}.tar.gz
RUN tar zxvf crictl-v1.30.0-linux-${TARGETARCH}.tar.gz -C /usr/local/bin
Expand Down

0 comments on commit c114212

Please sign in to comment.