change base image to rolling
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:rolling
|
||||||
MAINTAINER Daniel Dolezal <daniel156161@protonmail.com>
|
|
||||||
|
|
||||||
ENV TZ=Europe/Vienna
|
ENV TZ=Europe/Vienna
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|||||||
Reference in New Issue
Block a user