Update Dockerfile

This commit is contained in:
kadma
2024-01-21 12:35:48 -05:00
committed by GitHub
parent eee44aab26
commit 0552fa155b

View File

@@ -2,7 +2,7 @@ FROM ubuntu
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 curl -y
COPY . .