From 6ffef338ac1624ef3100af3fb18e242ecfbefd5f Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Tue, 5 Dec 2023 11:52:34 +0200 Subject: [PATCH] MT#58829 Return mocha package Change-Id: If11e45f1f1dfd55deec6ddb35c972b8308b2a875 --- t/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Dockerfile b/t/Dockerfile index 74a4407..ea972d7 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-buster:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2023-05-24 +ENV REFRESHED_AT 2023-12-05 COPY t/sources.list.d/builddeps.list /etc/apt/sources.list.d/ COPY t/sources.list.d/preferences /etc/apt/preferences.d/ @@ -13,6 +13,7 @@ COPY t/sources.list.d/preferences /etc/apt/preferences.d/ RUN apt-get update && \ apt-get install --assume-yes \ curl \ + mocha \ nodejs \ npm \ && \