From 216227a38a8390ae2a4d8deab2ecb4aa8321c4c4 Mon Sep 17 00:00:00 2001 From: Odmin Date: Thu, 11 Mar 2021 00:28:50 +0300 Subject: [PATCH] apt update --- epicmorg/prod/main/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/epicmorg/prod/main/Dockerfile b/epicmorg/prod/main/Dockerfile index eec07ce14..f2da08333 100644 --- a/epicmorg/prod/main/Dockerfile +++ b/epicmorg/prod/main/Dockerfile @@ -26,6 +26,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio apt-get install -y --allow-unauthenticated \ apt-transport-https \ apt-utils \ + aptitude \ bash \ binutils \ ca-certificates \