Update Dockerfile

This commit is contained in:
kadma
2024-01-21 11:59:44 -05:00
committed by GitHub
parent f44cc8f4fa
commit a7482648c2

View File

@@ -2,14 +2,14 @@ FROM ubuntu
WORKDIR /app 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 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
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY . .
ENV E5_CLIENT_ID="id" ENV E5_CLIENT_ID="id"
ENV E5_CLIENT_SECRET="secret" ENV E5_CLIENT_SECRET="secret"