Update Dockerfile

This commit is contained in:
kadma
2024-01-21 12:00:29 -05:00
committed by GitHub
parent a7482648c2
commit edd5e30d07

View File

@@ -4,7 +4,7 @@ WORKDIR /app
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y
RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt