From ece36f444a5d19eb6abbd4aa061ef39af8a50b7b Mon Sep 17 00:00:00 2001 From: EngRobot33 Date: Tue, 14 May 2024 19:58:16 +0330 Subject: [PATCH] [ADD] curl to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d4b559..3ee7257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10-slim ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 -RUN apt-get update -y && apt-get install npm -y +RUN apt-get update -y && apt-get install curl npm -y EXPOSE 9000