Skip to content

Commit

Permalink
[ADD] curl to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EngRobot33 committed May 14, 2024
1 parent fdc93a5 commit ece36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ece36f4

Please sign in to comment.