From 6a3a2b3a2b0bbfca2e27e81b35a308407c501375 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 27 Nov 2024 01:31:15 +0100 Subject: [PATCH] dh dockerfile: add time debpkg --- docker/devicehub-django.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/devicehub-django.Dockerfile b/docker/devicehub-django.Dockerfile index 9640d49..a2f81d1 100644 --- a/docker/devicehub-django.Dockerfile +++ b/docker/devicehub-django.Dockerfile @@ -7,6 +7,7 @@ RUN apt update && \ git \ sqlite3 \ jq \ + time \ && rm -rf /var/lib/apt/lists/* WORKDIR /opt/devicehub-django