From 438edac344fb94ce1e66889c53c42f4c105c7402 Mon Sep 17 00:00:00 2001 From: Jesse Wei Date: Wed, 16 Oct 2024 13:14:03 -0400 Subject: [PATCH] Remove unminimize (doesn't work by default on Ubuntu 24.04) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a899fda..2ac8eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 -RUN yes | unminimize && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ +RUN yes | apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ bc \ build-essential \ clang \