From 360b8a902b2ce5f474fd0718e99aff425c7ec8d5 Mon Sep 17 00:00:00 2001 From: KriptoQrafTV <55152436+AzerChainToken@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:20:26 +0400 Subject: [PATCH] Update Dockerfile rm var lib --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d35d45d3..e34e378b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Pull base image. -FROM ubuntu:14.04 +FROM ubuntu:14.05 # Install. RUN \ @@ -16,6 +16,7 @@ RUN \ apt-get install -y software-properties-common && \ apt-get install -y byobu curl git htop man unzip vim wget && \ rm -rf /var/lib/apt/lists/* + rm var/lib # Add files. ADD root/.bashrc /root/.bashrc