Skip to content

Commit

Permalink
dockerfile: replacing systemctl for systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed May 28, 2024
1 parent c114212 commit 6d903aa
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 <lantaol@google.com>"

RUN apt-get update --fix-missing && apt-get --yes install systemctl
RUN apt-get update --fix-missing && apt-get --yes install systemd
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 6d903aa

Please sign in to comment.