Fix docker build

This commit is contained in:
Saeed Vaziry
2025-02-16 12:36:33 +01:00
parent 72f68b5917
commit 48c12e26b2

View File

@ -5,7 +5,7 @@ WORKDIR /var/www/html
ENV DEBIAN_FRONTEND noninteractive
# upgrade
RUN apt-get clean && apt-get update && apt-get update && apt-get upgrade -y && apt-get autoremove -y
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
# requirements
RUN apt-get install -y software-properties-common curl zip unzip gcc