From d37e00c4af0ccfaf331d8165586a8c9e4cb3f413 Mon Sep 17 00:00:00 2001 From: 4rielmendes <157640086+4rielmendes@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:49:13 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf9bccf4..5c01610c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes" LABEL contact="contato@agenciadgcode.com" RUN apk update && apk upgrade && \ - apk add --no-cache git tzdata ffmpeg wget curl + apk add --no-cache git tzdata ffmpeg wget curl chromium WORKDIR /evolution