From ee78e3765b5c8b25839871dea1846594d54f3ffb Mon Sep 17 00:00:00 2001 From: wander Date: Thu, 12 Jun 2025 12:49:59 +0000 Subject: [PATCH] Atualizar Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 780fb1a..0fd7929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \ zip \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install intl zip pdo pdo_mysql mbstring gd \ - && apt-get clean + && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /var/www/html