From c811bea2a771d8719e1cdd3858faf90032945306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Za=C5=82ucki?= Date: Tue, 1 Oct 2024 11:31:56 +0200 Subject: [PATCH] fix --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b82136d..7db8d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ ARG SODA_LIBRARY_VERSION=latest FROM sodadata/soda-library:$SODA_LIBRARY_VERSION +RUN apt-get update && apt-get install -y lsof + COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh