Dockerfile (etcd-3.5.5) | : | Dockerfile (etcd-3.5.6) | ||
---|---|---|---|---|
FROM ubuntu:20.10 | FROM ubuntu:22.04 | |||
RUN rm /bin/sh && ln -s /bin/bash /bin/sh | RUN rm /bin/sh && ln -s /bin/bash /bin/sh | |||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio ns | RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio ns | |||
RUN apt-get -y update \ | RUN apt-get -y update \ | |||
&& apt-get -y install \ | && apt-get -y install \ | |||
build-essential \ | build-essential \ | |||
gcc \ | gcc \ | |||
apt-utils \ | apt-utils \ | |||
pkg-config \ | pkg-config \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |