Update Dockerfile

This commit is contained in:
kadma
2024-01-21 11:47:10 -05:00
committed by GitHub
parent d9eff49b00
commit 5c8158d89b

View File

@@ -2,6 +2,8 @@ FROM ubuntu
WORKDIR /app
COPY . .
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 /app