Update Dockerfile

This commit is contained in:
4rielmendes 2024-02-18 02:49:13 -03:00 committed by GitHub
parent 45e03d87c7
commit d37e00c4af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@agenciadgcode.com" LABEL contact="contato@agenciadgcode.com"
RUN apk update && apk upgrade && \ 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 WORKDIR /evolution