Update root image for docker-test-image to ubuntu:20.10

This commit is contained in:
Piotr Tabor 2021-01-29 22:16:51 +00:00
parent 73bfa8cfb1
commit 9600bbd5fe

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.10
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections