Skip to content

Commit

Permalink
Switch to ubuntu base
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzs90 committed Jan 13, 2021
1 parent eb0c38b commit ce0c915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util-images/containerd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM docker:latest
FROM ubuntu:xenial

RUN apt-get update && apt-get install -y wget
RUN wget https://github.com/containerd/containerd/releases/download/v1.4.3/containerd-1.4.3-linux-amd64.tar.gz
RUN tar xvf containerd-1.4.3-linux-amd64.tar.gz

0 comments on commit ce0c915

Please sign in to comment.