File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy
1+ FROM ubuntu:lunar
22
33ENV GOPATH=/root/go
44ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/go/bin
55
66RUN apt-get update \
77 && apt-get -y upgrade \
8- && apt-get install -y bash golang-1.18 libbtrfs-dev libnl-3-dev libnet1-dev \
8+ && apt-get install -y bash golang-1.19 libbtrfs-dev libnl-3-dev libnet1-dev \
99 protobuf-c-compiler libgcrypt20-dev libcap-dev libaio-dev \
1010 curl libprotobuf-c-dev libprotobuf-dev socat libseccomp-dev \
1111 pigz lsof make git gcc build-essential pkgconf libtool \
1212 libsystemd-dev libcap-dev libyajl-dev \
1313 go-md2man libtool autoconf python3 automake sudo \
14- && update-alternatives --install /usr/bin/go go /usr/lib/go-1.18 /bin/go 0 \
14+ && update-alternatives --install /usr/bin/go go /usr/lib/go-1.19 /bin/go 0 \
1515 && mkdir -p /root/go/src/github.com/containerd \
1616 && chmod 755 /root \
1717 && (cd /root/go/src/github.com/containerd \
You can’t perform that action at this time.
0 commit comments