reduce dockerfile slim deps

This commit is contained in:
Ruben Fiszel
2025-12-20 09:34:45 +00:00
parent afe74f74fa
commit 81e648055b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ ENV PATH=/usr/local/bin:/root/.local/bin:$PATH
# Install system dependencies
RUN apt-get update \
&& apt-get install -y ca-certificates wget curl git jq unzip build-essential unixodbc xmlsec1 software-properties-common \
&& apt-get install -y ca-certificates wget curl git jq unzip unixodbc xmlsec1 \
&& rm -rf /var/lib/apt/lists/*
ENV TZ=Etc/UTC

View File

@@ -15,7 +15,7 @@ ENV PATH=/usr/local/bin:/root/.local/bin:$PATH
# Install system dependencies
RUN apt-get update \
&& apt-get install -y ca-certificates wget curl git jq unzip build-essential unixodbc xmlsec1 software-properties-common \
&& apt-get install -y ca-certificates wget curl git jq unzip unixodbc xmlsec1 \
&& rm -rf /var/lib/apt/lists/*
ENV TZ=Etc/UTC