From 8e2ba3ddf6954470b5c0bc54ec00db0f0ebcfea4 Mon Sep 17 00:00:00 2001 From: patriciacatandi Date: Mon, 2 Sep 2024 16:06:03 -0300 Subject: [PATCH] adding curlimages on dockerfile2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78dfd06c..695133fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN curl -sSLo /tmp/GDAL-3.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64. # Install git # hadolint ignore=DL3008 RUN apt-get update && \ - apt-get install -y --no-install-recommends git ffmpeg libsm6 libxext6 && \ + apt-get install -y --no-install-recommends curl git ffmpeg libsm6 libxext6 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*