From 80e270fdf057b6d29ce618efcedb38505f84bc60 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Fri, 24 Mar 2023 02:09:21 +0100 Subject: [PATCH] bump image --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 86b91e1..5d2cff8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,2 +1,2 @@ FROM ubuntu:22.04 -RUN apt update && apt install --no-install-recommends -y openssh-server zsh && apt clean +RUN apt update && apt install --no-install-recommends -y openssh-server zsh && apt clean && rm -rf /var/log/* /var/cache/debconf/*-old