Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: mbfannan <[email protected]>
  • Loading branch information
mbfannan authored Nov 12, 2023
1 parent 47033ed commit 01088b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:lts

# Install Python and other dependencies
# Install Python, pip, venv and other dependencies
RUN apt-get update && \
apt-get install -y jq python3 python3-pip
apt-get install -y jq python3 python3-pip python3-venv

# Set the working directory
RUN mkdir -p /usr/src/app && \
Expand Down

0 comments on commit 01088b1

Please sign in to comment.